맨위로
믹시
fullmodeAlign.zip


sWindows.gif


bWindows.gif


fscommand("fullscreen", "true");
Stage.scaleMode = "noScale";
Stage.align = "tl";
_root.skal = 0;
speed = 4;
onEnterFrame = function(){ // se들이 mc위치로 따라가기
    _root.se2._x = _root.se2._x + (mc2._x -_root.se2._x)/speed  ;
    _root.se3._y = _root.se3._y + (mc3._y -_root.se3._y)/speed  ;
    _root.se4._x = _root.se4._x + (mc4._x -_root.se4._x)/speed  ;
    _root.se4._y = _root.se4._y + (mc4._y -_root.se4._y)/speed  ;
    _root.se0._x = _root.se0._x + (mc0._x -_root.se0._x)/speed  ;
    _root.se0._y = _root.se0._y + (mc0._y -_root.se0._y)/speed  ;
}

onLoad = function(){; //mc들의 초기 위치
sw = Stage.width;
sh = Stage.height;
mc0._y = sh/2;
mc0._x = sw/2;
mc2._x = sw-80;
mc3._y = sh-80;
mc4._y = sh-80;
mc4._x = sw-80;
};

var myListener:Object = new Object();
myListener.onResize = function() { //swf 파일 가로세로 사이즈가 변할때 실행
trace("Stage size is now "+Stage.width+" by "+Stage.height);

sw = Stage.width;
sh = Stage.height;

mc0._y = sh/2;
mc0._x = sw/2;
mc2._x = sw-80;
mc3._y = sh-80;
mc4._y = sh-80;
mc4._x = sw-80;

};
Stage.addListener(myListener);
// later, call Stage.removeListener(myListener)


소스가  좀  조잡합니다.  그래도 유용하게 쓰일듯..
List of Articles
번호 제목 글쓴이 날짜 조회 수 최근 수정일
공지 Windows 웹개발관련 팁,소스등을 모아놓은곳입니다. file id: 김선생 2006-03-09 86388 2011-02-01 23:57

Javascript 따라다니는 스크롤 탑 버튼 스크립트 file

<script type="text/javascript"> //퀵탑 동작 var inter = null; var tempo = 0; var QuicknewPos = 0; window.onscroll = function(){ if(document.getElementById("divQuickTop") != null){ if(inter!=null){ clearInter...

  • id: 김선생
  • 2008-11-05
  • 조회 수 9580
  • 2011-03-28 16:17

Actionscript 플래쉬 전체모드에서 자동 정렬시키는 스크립트 file

fullmodeAlign.zip fscommand("fullscreen", "true"); Stage.scaleMode = "noScale"; Stage.align = "tl"; _root.skal = 0; speed = 4; onEnterFrame = function(){ // se들이 mc위치로 따라가기 _root.se2._x = _root.se2._x + (...

  • id: 김기현
  • 2008-10-15
  • 조회 수 10071
  • 2008-10-15 14:30

Photo DSLR 셔터음 모음 file

  • id: 김기현
  • 2008-08-29
  • 조회 수 11550
  • 2008-08-29 17:27

Photo 디자탈카메라 이미지센서크기비교 file

http://news.danawa.com/News_List_View.php?nModeC=2&sMode=news&nSeq=58706&auth=1

  • id: 김기현
  • 2008-08-27
  • 조회 수 10119
  • 2008-08-27 21:27

Photo IMGWizard 느낌있는 색감의 사진 너무 쉽게 적용하기 file

요즘 우리쌍둥이들 사진 보정법을 알려드리려합니다. 간단하면서 언제든지 수정가능하게 된 PSD 파일 하나만 있으면 돼죠.. 먼저 아래 완성본 원본 첨부된 PSD 파일보시면 끝입니다. ㅋㅋ IMGWizard.psd 레이어팔레트 아래 아이...

  • id: 김기현
  • 2008-08-21
  • 조회 수 8942
  • 2008-08-23 12:46

Actionscript 플래쉬상에 스크롤바 file

aboutFlo.fla

  • id: 김기현
  • 2008-08-04
  • 조회 수 10771
  • 2009-05-21 02:24

Javascript 탭메뉴(자바스크립트 응용) file

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="tex...

  • id: 김기현
  • 2008-07-28
  • 조회 수 12183
  • 2009-07-21 10:35

Windows Windows Server 2003 서비스 팩 2(32-bit x86) file

Windows Server 2003 서비스 팩 2 다운로드링크 http://www.microsoft.com/downloads/details.aspx?FamilyID=95ac1610-c232-4644-b828-c55eec605d55&DisplayLang=ko

  • id: 김기현
  • 2008-07-08
  • 조회 수 8524
  • 2008-07-08 10:24

Windows 파이어폭스3 부가기능모음 file

firegestures-1.5.1-fx.xpi http://www.xuldev.org/firegestures/ <= 마우스액션도구 xmarks-3.1.1.xpi http://download.xmarks.com/download <= 북마크를 서버와동기화하는도구 ie_tab-1.5.20090525-fx-win.xpi <= 익스플로러로 랜더링하는 ...

  • id: 김기현
  • 2008-06-25
  • 조회 수 17769
  • 2009-07-22 09:12

HTML/CSS marquee 태그 속성정리 file

모두 마끼태그의 속성들입니다. 마끼대그는 흐르는 글자를 만들어주는 태그이지요. 그냥 <MARQUEE>흘러라</MARQUEE>라고 쓰면 오른쪽에서 왼쪽으로 계속해서 흐릅니다. 흘러라 이것의 모양을 바꾸어주는 태그들입니다. 1. slide ...

  • id: 김기현
  • 2008-06-03
  • 조회 수 9814
  • 2009-05-21 02:17