Flash AS2 Binary Loader Component

– taterboy | June 11th, 2008

Filed under: ActionScript 2, Flash, Free Components/Classes

Here is an official geek badge for any Flash content. Not only does it display the loading percentage in binary, it also has a dual knight Rider type pulsing effect. It was built a few years ago with high hopes of using it on something cool. I hope someone can find a cool home for it.

I am sure if I did not get the binary display just right someone will let me know, just be nice.

To use it, place it on the first frame of your flash file you need a loader for. also on that frame place a stop action and a function called imLoaded();

Here is an example.

?View Code ACTIONSCRIPT
// first frame, same as the loader component.
function imLoaded(){
    gotoAndPlay(2);
}
stop();

Here is the FLA

Technorati Tags: , , , ,

Other Related Articles:

| No Comments » | facebook:

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment