맨위로
믹시

웹개발관련 팁,소스등을 모아놓은곳입니다.로그인이 필요합니다.

List of Articles
번호 제목 글쓴이 날짜 조회 수 최근 수정일
공지 웹개발관련 팁,소스등을 모아놓은곳입니다.로그인이 필요합니다. id: 김기현 2006-03-09 36237 2008-04-15 16:24

책장넘기기 moviefile   Actionscript

http://www.pixelwit.com/blog/page-flip/ http://blog.naver.com/etwas0227/60023940380

  • id: 김기현
  • 2009-12-30
  • 조회 수 1599
  • 2009-12-31 23:42

반짝이는 효과모음 반딧불효과 moviefile   Actionscript

http://yawoong.com/board/view.php?id=source&no=19111 반딧불효과모음01.fla

  • id: 김기현
  • 2009-12-02
  • 조회 수 1561
  • 2009-12-02 13:51

흐르는 별 스크립트 file   Actionscript

i = 1; j = 0; ball._visible = false; randomx = 200; //랜덤하게 생성될 x좌표 범위 설정 posy = 200; //y좌표 범위 설정 randomS = 50; //랜덤하게 생성될 사이즈 범위 설정 onEnterFrame = function () { if (i ...

  • id: 김기현
  • 2009-11-26
  • 조회 수 1640
  • 2009-11-26 14:53

전광판에 흐르는 텍스트 효과 imagefile   Actionscript

_txt.border=false; _txt.background=false; _txt.backgroundColor=0x000000; _txt.textColor=0xFFFFFF; msgText=" 안녕하세요~ 김선생입니다. " ; //_txt.text=msgText; w=_txt.textWidth; _txt.text=msgText+msgText+msgText+msgT...

  • id: 김기현
  • 2009-10-28
  • 조회 수 2126
  • 2009-12-15 14:03

가속도운동,반동운동 스크립트 file   Actionscript

speed1 = 4; mc1.onEnterFrame = function() { this._x += (400-this._x)/speed1; } speed2 = 0; mc2.onEnterFrame = function() { speed2 = ((400-this._x)*0.3)+(speed2*0.6); this._x += speed2; }; 자주쓰는데 외우지는...

  • id: 김기현
  • 2009-10-09
  • 조회 수 1521
  • 2009-10-09 18:39

loading 액션 로딩 file   Actionscript

onClipEvent(enterFrame) { var now = _root.getBytesLoaded(); var total = _root.getBytesTotal(); if(now != total){ this.bar._xscale = (now/total)*100; this.display = Math.round(now/1000)+"KB/ " + Math.round(total...

  • id: 김기현
  • 2009-09-03
  • 조회 수 1456
  • 2009-09-18 22:30

무비클립 속성 여러개 적용하기 image   Actionscript

with (mc1) { _x = 0; _y = 200; _width = 240; }

  • id: 김기현
  • 2009-08-25
  • 조회 수 1250
  • 2009-09-25 17:34

플래쉬 롤링배너 xml연동소스 imagefile   Actionscript

최고10개 까지 활용 가능한 플래쉬 소스입니다. 출처 http://www.imgwizard.com [이미지위자드] <?xml version="1.0" encoding="euc-kr" ?> <xml> <banner img="img/event01.jpg" link="aaa.php" target="_blank" /> <banner img="img/even...

  • id: 김기현
  • 2009-08-24
  • 조회 수 2939
  • 2009-11-26 17:34

플래쉬갤러리소스xml연동 imagefile 1   Actionscript

출처 : ruochigroup http://poshopzil.com/bbs/ajax_zb4/ajax_bd_potoshop_view.php?id=zeroboard_tut&no=67 미리보기 bcastr_zero4.zip 라운드 적용없이 하나만 크게(600*300) 뽑았을때 : 미리보기 특징은 아래와 같습니다. ...

  • id: 김기현
  • 2008-12-23
  • 조회 수 9613
  • 2009-02-14 14:45

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

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
  • 조회 수 5246
  • 2008-10-15 14:30

플래쉬상에 스크롤바 moviefile   Actionscript

aboutFlo.fla

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

플래쉬에서 마우스 오른쪽 클릭하면 다른 문구나오게 하는 방법 file   Actionscript

var showItem = true; // false로 하면 메뉴 비활성화 var my_cm:ContextMenu = new ContextMenu(menuHandler); my_cm.customItems.push(new ContextMenuItem("Kimkee.net", itemHandler)); // 여기에 원하는 메뉴 삽입 my_cm.builtI...

  • id: 김선생
  • 2007-07-19
  • 조회 수 5066
  • 2009-05-21 02:24

FlvPlayback 동영상 반복재생 file   Actionscript

스테이지에 myFlv 라는 인스턴스 네임을 가진 FlvPlayback 컴포넌트가 있다. 동영상을 반복 재생한다. import mx.video.*; /* 동영상 반복 참고 : state 속성들 "buffering", "connectionError", "disconnected", "loading", "paus...

  • id: 김기현
  • 2006-11-21
  • 조회 수 4724
  • 2009-05-21 02:24

Flv파일을 서버에 업로드하였을때 보이지 않을 경우   Actionscript

한국매크로미디어(대표 이원진 www.macromedia.com/kr)는 특별한 비디오 전문지식 없이도 원하는 영상을 웹에 손쉽게 삽입할 수 있도록 지원하는 '플래시 비디오 키트(Flash Video Kit)'를 출시했다고 합니다. 이는 Studio MX 2004 ...

  • id: 김기현
  • 2006-05-26
  • 조회 수 3798
  • 2006-05-26 15:12

마우스커서모양변경팁   Actionscript

Mouse.hide(); //기본커서모양을 감춘다 this.onMouseMove = function() { //this무비클립을 마우스포인터에 따라오게 한다 this._x = _root._xmouse; this._y = _root._ymouse; updateAfterEvent(); // FPS에 상관없이 액션을반복한...

  • id: 김기현
  • 2006-01-09
  • 조회 수 4562
  • 2008-04-04 11:52

키보드값 입력방법   Actionscript

goldbar.onEnterFrame = function() { if (Key.isDown(Key.RIGHT)) { this._x += 4; } if (Key.isDown(Key.LEFT)) { this._x -= 4; } if (Key.isDown(Key.DOWN)) { this._y += 4; } if (Key.isDown(Key.UP)) { this...

  • id: 김기현
  • 2006-01-09
  • 조회 수 3806
  • 2009-09-03 16:39

무한 enterFrame 방지요령   Actionscript

function moveM(){ dx = tx - this._x; dy = ty - this._y; this._x += dx * 0.2; this._y += dy * 0.2; trace("재생시간 : "+getTimer()); if(Math.sqrt(dx*dx + dy*dy) < 1){ //종료조건 Math.sqrt()제곱근 trace("목표...

  • id: 김기현
  • 2005-12-15
  • 조회 수 2886
  • 2005-12-15 18:41

SWF 동영상 플레이어 file   Actionscript

onClipEvent(load){ _root.clip.gotoAndStop(1); _root.playButton.gotoAndStop(1); } onClipEvent (enterFrame) { _root.load_bar._width = ((_root.clip.getBytesLoaded()/_root.clip.getBytesTotal())*100)*(_root.border._width/1...

  • id: 김기현
  • 2005-12-12
  • 조회 수 4450
  • 2005-12-12 15:35

눈오는소스 2 file   Actionscript

function move1(){ this._y+=Math.random()*5+3; this._x+=Math.random()*2.5-1.5; this._alpha=100-this._y/3.5; if(this._x<0){ this._x+=2; }else if(this._x>(550-this._width)){ this._x-=2; } if(this._y>400){ this._x=Math.random()*5...

  • id: 김기현
  • 2005-12-08
  • 조회 수 2862
  • 2005-12-08 11:38

Cryptography file   Actionscript

http://www.macromedia.com/cfusion/exchange/index.cfm#loc=en_us&view=sn106&viewName=Exchange%20Search%20Details&authorid=34454920&page=0&scrollPos=0&subcatid=0&snid=sn106&itemnumber=0&extid=1016041&catid=0

  • id: 김기현
  • 2005-12-06
  • 조회 수 2654
  • 2005-12-06 12:45