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
-
September 18th, 2009 / 22:29
-
September 22nd, 2009 / 05:06
2 Comments
-
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.
