안녕하세요! 이미지위자드 김기현입니다.
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; }; 자주쓰는데 외우지는...
Javascript 트리구조메뉴 2가지!!
DynamicTree.zip 출처 : http://cafe.naver.com/webdeveloper dtree.zip 출처 : www.destroydrop.com/javascript/tree/
Javascript 따라다니는 스크롤 탑 버튼 스크립트 - 2 웹표준호환
<!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...
Actionscript loading 액션 로딩
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...
Javascript 레이어공지창 한번만 띄우기
<!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="t...
Actionscript 무비클립 속성 여러개 적용하기
with (mc1) { _x = 0; _y = 200; _width = 240; }
Actionscript 플래쉬 롤링배너 xml연동소스
최고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...
Javascript 톰켓 6.0 ROOT 변경하기
음... 일단 두 가지의 방법이 있습니다. 하나는 기존의 루트를 수정하지 않고 다른 가상디렉토리를 만드는 방법입니다. 다른 하나는 질문하신것과 같은 루트자체를 수정하는 방법입니다. 위 두가지 방식 모두 톰캣설치디렉토리 하위...
HTML/CSS 즐겨찾기 아이콘 fav.ico 파일 넣기
<link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <link rel="icon" href="/animated_favicon.gif" type="image/gif" />
Javascript 풀다운 서브메뉴 롤오버,클릭
rollOverSub.zip 웹표준,ie5.7.8 사파리