Flash components › Flash files › Preloaders
Stage preloader 3
| Uploaded By: | dhunter | ![]() |
This is simple as2 stage preloader. Just put loader frame to first empty frame in your flash file.
|
|
Posted on 2008 Oct 18 |
Hi,
As you explane on the top, I put the preloader in first frame of a movie, follower in the frame number 2 for a movie clip with all the content. When I publish it, the preloader locks at "99". Help, please :)
As you explane on the top, I put the preloader in first frame of a movie, follower in the frame number 2 for a movie clip with all the content. When I publish it, the preloader locks at "99". Help, please :)
|
Posted on 2008 Oct 18 |
as you can see in sample fla, you need put preloader in first frame and other content in the second frame
for chk you need upload flash project on web server or use a test publication (Ctrl+Enter) in Flash editor and select View>Simulate Download in opened window
for chk you need upload flash project on web server or use a test publication (Ctrl+Enter) in Flash editor and select View>Simulate Download in opened window
|
Posted on 2008 Oct 18 |
Also you can edit code, just click by right button of mouse to preloader and select Action in context menu
add gotoAndPlay(2) or gotoAndStop(2) after line 20 aka delete (this.onEnterFrame);
add gotoAndPlay(2) or gotoAndStop(2) after line 20 aka delete (this.onEnterFrame);
























