For anyone who’s creating a large application, loading the sometimes overwhelming mas of information needed (images, xml / text files / video) can provide a world of headaches.
If you are using AS3 might want to take a look at Bulk-loader . It has a vast array of features including, but not limited to Connection pooling, Unified progress notification. Events for individual items and as groups.
Priority Loading, Stop and resuming individual items as well as in bulk.
I will be using it more extensively for my next project, so i will report on it after that. In the mean time why not give it a try.
Jonas
July 11th, 2010 at 12:07 am
Bulkloader is not working width .htaccess when i pass paramters, example, loading an xml width bulkloader = test.xml/1 (original file teste.xml.php?content=$1)
Jonas
July 11th, 2010 at 12:16 am
got the answer just put add(”teste.xml/2″,{type:”xml”})