Post by Aron / September 18th, 2009

AS3 open source PreLoader class

Philipp and me have been using the PreLoader class as a Loader replacement for some years now. It loads asset SWFs more convenient and has some nice improvements over the usual Loader.

Key features:

- Works similar to the Loader class (although it’s not extending it)
- Allows only one loading process per time (integrated loading queue)
- Some nice enhancements

Download here
Find documentation
See a typical scenario
Differences to Loader

2 Trackbacks

2 Comments

  1. GepattoOctober 16th, 2009 / 15:53 / #760

    Hey Guys, I tried your PreloaderClass
    But I had some trouble with loaderContext.
    I think maybe line 262 of the Proxy should read:
    pldr.loader.load(pldr.urlRequest,pldr.loaderContext);
    (so I added pldr.loaderContext)

    Now It works just fine for me..
    Thnx for the Class!
    Keep up the good work.

  2. AronOctober 20th, 2009 / 12:51 / #769

    Thanks Gepatto for letting us know. I just checked that in.

Post a comment