Not yet rated

Problem

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.

Solution

Take a look at Ted Patrick's blog post: Try bulk loader

Detailed explanation

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/

 


+
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. Permissions beyond the scope of this license, pertaining to the examples of code included within this work are available at Adobe.

Report abuse

Related recipes