Search  

CLEAN PRELOADER IN 4 COLORS

HomeBrowse CategoriesFlashPreloadersclean preloader in 4 colors

This is a very simple and clean preloader, provided in 4 different colors (white, blue, green and orange).

To use the preloader :

- simply copy the preloader you want to use from the library into your flash file.

The preloader is fully resizable and 1 kb.

Posted 11 months ago

Very simple and stylish. Sweet.

Posted 11 months ago

thanks iversen, you can see an example on www.mobypub.com

Posted 11 months ago

does this work with as3?

Posted 10 months ago

Hello,

Yes. It’s just an animation so it works with AS 3 .

Posted 10 months ago

You fail to mention that it only looks proper on a black background.

Posted 10 months ago

hi,

really sorry for that. Your are right it only looks on a black background.

Posted 10 months ago

You also don’t mention that there is no preload code in the file :( Nice animation but shame that it is not actually a preloader.

Posted 9 months ago

This is not a preloader. It’s just an animation

Posted 9 months ago

Sorry, I asumed it was pretty easy : here is the way to code your preloader :

1) place 2 empty frames at the beginning of your animation. 2) in the first frame :

ifFrameLoaded (last frame number of your animation) { gotoAndPlay(3); }

ex : ifFrameLoaded (96) { gotoAndPlay(3); }

3) in the second frame :

gotoAndPlay(1);

4) create a new layer under those frames and place the preloader inside.

Posted 9 months ago