This is a colorful rounded-box pre-loader. The color can be changed easily. There is a blur effect when the loading percentage number in progress.
Adding the pre-loader to the working flash
- Copy Folder “com”, “caurina” “net” to your working folder.
- Open your working fla file in Flash.
- Open “preloader02.fla” in Flash.
- Browse the “preloader02” library and find the MovieClip called “preloader”.
- Drag the “preloader” MovieClip to 1st frame of your working fla.
- Now the preloader is working.
Changing the behavior [Advanced]
The Logo pre-loader is set to stop the flash animation at the beginning and play the flash animation when finish loading. You may need other behavior instead of stopping the movie. In these few steps I will guide you to the code where stop and play the movie so that you can change how it behaves.
Please note that these steps may need some programming skills.
- Browse into net->makzan->preloader folder.
The Stop Behavior
- Open “Preloader.as”.
- On line 40. You will find:
MovieClip(parent).stop();
This actionscript stop the Main Timeline.
The Play Behavior
- Open “RoundBoxPreloader.as”
- On line 91. You will find:
MovieClip(parent).play();
This actionscript play the Main Timeline when the loading is completed.
You can change behaviors by altering these two lines.
If you have any further questions, please feel free to contact me.
You can contact me from my FlashDen page. http://activeden.net/user/makzan
Updated: The Published Size was 36kb because I wrongly count the size of the “replay” button. The actual size of the preloader is 17kb.
My Other Cool Files
Staff ListPreloader




