Preloader AS3
by Comicsserg
홈 화면에 추가하여 빠르게 실행하세요
이 게임 설치
공유 버튼을 누르고 "홈 화면에 추가"를 선택하면 빠르게 이 게임에 접속할 수 있습니다.
Preloader AS3
Preloader AS3의 태그
설명
A tutorial about the preloader in flash.
댓글
Craetions
Feb. 10, 2010
Have you also thought about reusablility? Passing the height and width of the game.swf to dynamically resize the preloader.swf would be a great touch.
Craetions
Feb. 10, 2010
Meh, wasn't watching, forgive the typos.
Craetions
Feb. 10, 2010
Serously, last thing: var perc:Number = l.contentLoaderInfo.bytesLoaded / l.contentLoaderInfo.bytesTotal
Craetions
Feb. 10, 2010
One last note, for anyone using this method of loading a swf from another swf(aka the preloader.fla), you must create the swf of your content.fla and then create the swf of the preloader.fla loading it. That swf is the one you use to upload as the game (preloader+content). Cheers.
Craetions
Feb. 10, 2010
nvm, forget that last part, I doubt it would work with Kongregate.