Tag Archives: actionscript preloader

How to Create a Flash preloader movieclip

March 15, 2010

4 Comments

How to preload the main movie with levels all at the same. Step 1 Put a stop(); action in the first Keyframe of the movie(s) being loaded and nothing else. No movie clip, no graphic, no music or picture but just an empty Keyframe and a stop(); action. Then you load the movies you want. [...]

Continue reading...

Create a simple flash preloader

January 29, 2010

3 Comments

If you use flash to create web animations or websites then you really need to know how to make and add a preloader to it. Everyone doesn’t have a superfast internet connection and adding some information that there is something loading keeps the viewers stay for it. In this tutorial I’m going to show you [...]

Continue reading...

Simple PreLoader in as3

January 28, 2010

4 Comments

Preloading is quite simple in as3. The best way to explain it is just to comment the code (see below). Warning INIFINTE, error message This one took me all day to figure out. If you get the INFINITE message, it would mean you are dividing by zero ( totalBytes is set to zero). Normally this [...]

Continue reading...