|
(Flex 1.5) Does someone know a good technique to manage loading of images when the list of the images' sources are get using a RemoteObject's method ? I actually use this : 1. Get the list of urls using a RemoteObject 2. Assign the result in a Model 3. As the TileList that displays the images use the Model as DataProvider it start to load all the images. 4. On the TileList's renderer Class I use the <mx:Image complete=" ... method to increment the laoded image counter 5 if the counter >= dataProvider.length I show the Application ... this works but I'm not really statisfied, I need a more flexible, clean technique that could also run for everything I want to preload. I also would like to manage the loading process, getting the overall pourcentage of loading process etc Thanks ^^ * Antoine Malpel * __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|

