Free AS3 Preloaders
  • fullscreenpreloader

    After getting rejected by flashden.net that took over 3 days of waiting and jumping through hoops for them to just say “we would like you to write a full detailed how to use book with color pages and 24 hour live tech support” for a preloader that only takes you placing 3 lines of code on the first frame or the other which only requires you to drag to the first frame. So I begin to think, “why should I have to give 75% of all sales to site for a crappy little preloader that you probably could find on your own for free or better learn on your own. So that’s why I decided to say to hell with flashden.net and to list them for free. Even still since things have been really hard for me financially, if you could feel free to throw me down a buck with the paypal button though not required.

    Enjoy!

    fullscreen-preloaderlogo
    FullScreen Preloader with color settings for Fill and fonts, pure AS3 1byte in size. Here is an Example link: http://gfxcomplex.com/labs/FullScreenPreloader.html

    Get Adobe Flash player


    thumb
    Slim Mouse Following Preloader

    Paypal donate:


    Share and Enjoy:
    • Digg
    • del.icio.us
    • Facebook
    • Google Bookmarks
    • Technorati
    • LinkedIn
    • RSS
    • Twitter

    February 3rd, 2009 | Josh | 13 Comments | Tags: , , ,

About The Author

Josh Chernoff

I'm a flash developer/designer currently living just out side of St. Louis. I have been working with Flash and AS3 since 2006. I have been recently learning about 3D modeling and motion graphics. Feel free to look at my portfolio to see what I have been up to. http://gfxcomplex.com/portfolio

13 Responses and Counting...

  • Nate Beck 02.03.2009

    Very nice pre-loaders. Clean, efficient… Great work!

  • zem

    Thanks for the class!

    I have one question, hope you can help me:

    How can i attach the preloader with the image of the fullscreen class?

    I mean, something like this:

    function loadImage(e:Event = null):void {
    var bg:FullScreenImage = new FullScreenImage(“image.jpg”,FullScreenAlign.TOP,true);
    bg.addEventListener(Event.COMPLETE, onComplete, false, 0, true);
    bg.addEventListener(ProgressEvent.PROGRESS, onProgress, false, 0, true);
    addChild(bg);
    }

    function onProgress(e:ProgressEvent):void {
    //attach the preloader
    }

    function onComplete(e:Event):void {
    //remove the preloader
    }

  • Hi Zem,

    You could edit this preloader to work with the image class but I don’t think it will out of the box.

    The Image class does have a progress event you could use to get the percent loaded and show it in the preloader but once again this is something you would have to implement on your own.

    The preloader just looks at the stage of the swf and sees what needs to be loaded and shows from that.

  • zem

    Great, i’ll try to adapt your code to do that. Thanks!

    Just one question, why you use a timer to launch the preloader?

  • Since the timer is not attached to the frame rate of the swf you can force it to update more often or less often. I feel that gives me more control over the refresh rate.

  • Jay

    Nice work, How can I get this preloader? Is the a as3 file or fla? Thanks

  • Just click on the thumb nail above for the type of preloader you want the link is the thumb nail.

  • Jay

    yeah, I just figured it out, Thanks man!

  • Why the image on second frame isn’t full browser?

  • You saved my day, maybe week – thanks a bunch for this!

  • Great looking preloader!!

    Love the simplicity and smoothness. But when I try your fla for testing on my webhost it doesn’t work. It looks brilliant when I simulate the download in Flash CS4. I’ve put some hi res pictures on the second frame in the fla. With the intention to simulate a download live on my website. But the preloader screen fails to appear. What am I doing wrong? Could it be my webhost or is it an “infinity” problem or of course is it me
    (-Also this is the fifth time I’ve tried to make a preloader work on my site.-)

    Hope you can help me!

  • Hi – Your preloader won’t publish for me… What’s wrong? It says: Error creating swf file movie.
    Thanks.

Leave a Reply

* Name, Email, and Comment are Required