QueueLoader AS3 rev27
Posted: December 13, 2007 at 12:23 amUPDATES! Latest Update and Source!
Turns out when I modify the wiki, the revision number jumps since the wiki is considered a commit. Makes sense since you can edit the wiki locally and upload to the server.
Updates:
Modified the FLV loading so it doesn't use the Playback component source. It does simple streaming, event.file returns the NetStream Object. No more issues of having to link, import, or embed the component code.
Also included is Jesse Graupmann's suggestion and implementation of prioritizing and bundling of sub loaders. Basically it let's you do this:
_qLoader.addItem("firstQueueLoaderQueueLoader", _oLoader, { mimeType:QueueLoader.FILE_QUEUE});
Currently it requires setting the MIME type manually, but soon it will be set up so that if QueueLoader is in the path, it will recognize it as well. More enhancements and examples of this feature to come.