Advanced Flash loaders
These examples build on what has gone before to give some real polish to the loaders.
Download rate loader
Based on the bytes loaded loader, this calculates the current download rate (based on total bytes loaded since the loader first appeared).
Update download rate loader
Based on the download rate loader, this calculates the download rate for the previous second. This takes into account other downloads that the user may start while this file is downloading.
External update download rate loader
Based on the update download rate loader, this calculates the download rate for externally loaded JPGs. It also adds in the standard bytes loaded loader. Two for one!
Download time remaining loader
Based on the download rate loader, this calculates the seconds remaining.
Update download time remaining loader
Based on the update download rate loader, this calculates the seconds remaining based on the rate for the previous second.
Just in time auto-play preloader
This preloads enough of the parent movie clip and automatically starts playing so that by the time the end of the media is reached, the file has finished loading.
Section buffering preloader
This preloads each section of the parent movie clip and automatically starts playing when the section is fully loaded.

Entries (RSS)