I'd like to load a dozen JPG images with a quick preview while the rest of the file is being uploaded. Speed is critical and I need to show some of the image while it's being loaded.
Take a look at Ted Patrick's blog post: Try bulk loader
Progressive Image Loading with URLStream and Loader.loadBytes in Flash Player 9
http://www.onflex.org/ted/2007/12/progressive-image-loading-with.php
You can view the image as its being downloaded. Just like it
was in a browser.
You may also want to look at bulk loader
http://code.google.com/p/bulk-loader/
+