I would expect the loads to stop and new ones to start when scrolling. SuperImage from quietlyscheming.com should alleviate some of that When you close the Canvas, there is nothing to tell the renderers to stop loading. You can build that in if you want.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of nxzone Sent: Wednesday, September 26, 2007 6:56 PM To: [email protected] Subject: [flexcoders] Tilelist and image Hi, I try to do a image browser with a tilelist like this: <mx:TileList id="tileBrowser" itemRenderer="{imagebox}" borderStyle="solid" dataProvider="{_dataprovider}" height="100%" width="100%" verticalScrollPolicy="on"> </mx:TileList> My dataprovider can be a list of hundreds of images. If I scroll, all visible need to be load. This is working but... why when i scroll, all image start to load but never stop to load even when they are hidden... I mean if the image is a 10% of loading, when i scroll and the image is been hide why the loader doesn't stop to load this specific image?? Even if i close my Canvas that containt the tilelist, all image continu to load pointlessly. Thank you!

