Basic Flash loaders
These are the simplest preloaders I could think of!
Bytes loaded
Just the usual “loading x kb of y kb” type of preloader. Dressed up a bit.
Frames loaded
A simple “loading x of y frames” type of preloader. Good for video - that’s when frames count.
Percent loaded
Converting the bytes loaded to “loading y%” preloader. When you don’t want to scare people with the file size.
Auto-pause loader
By letting Flash pause when it needs to, we can turn a preloader into a load indicator. Flash handles the streaming, and the loader just reports the current amount downloaded after each frame.

Entries (RSS)