QueueLoader - AS2
From the site:
I’ve written a helper class for loading and monitoring resources which is based upon an AS3 library called Queueloader located at Google Code. My version is written in AS2 and has the following features:
Individual monitoring
Overall queue monitoring
Image loading
SWF loading
MP3 loading
BulkLoader
an As3 library for multiple loadings / preloadings.Â
From the site:
Controlling loading is tedious, error prone, and each projects has such specific requirements that you end up rewriting loading code. A lot. In my last project I spent 4 hours debugging download code and promised my self I would solve this annoyance once and for all. So in the best “let me be lazy” fashion, I decided to write my final loading code. Â
http://www.stimuli.com.br/trane/2007/nov/25/loading-reloaded/Â
QueueLoader AS3
QueueLoader is a sequential external asset loader with item and queue progress monitoring. Currently loads Images, Swf, and MP3 files.
http://blog.hydrotik.com/category/queueloader/
GIFPlayer
From the site:
After working with the GIF format in ActionScript 3 since a few days, I wanted to be able to load animated GIF’s into the player which is not possible for the moment. If you load a GIF file with the flash.display.Loader class you will only get the first frame of the animation.
With this new GIFPlayer class, everything is handled, I have added some methods as you would call on a traditional flash.display.MovieClip.
http://www.bytearray.org/?p=95Â
AVM2Loader
From the site:
I made an AVM2Loader class, that loads AVM1 movie and converts to AVM2 movie!!
Its simply a subclass of the Loader class. Just use load and loadBytes method. AVM2Loader automatically changes internal bytecodes when swf is loaded. When AVM1 movie is converted to AVM2, logically all as2 script should be ignored
http://www.fladdict.net/blog-en/2007/06/avm2loader_class.html