Image extends SWFLoader which means it dispatches a complete event, When the
complete event is dispatched your image finished loading.
you can use some sort of preloader/animation to make things look better. Or you
can queue the images lading and only display them after all of them are loaded.
Also depending on the number of images maybe load all of them upfront and only
display after that.
Check also for ContentCache in fx4.
C
From: cjacquel73 chjacque...@gmail.com
To: flexcoders@yahoogroups.com
Sent: Sunday, November 20, 2011 7:25 PM
Subject: [flexcoders] Re: Pb with List
I use an ItemRenderer with mx:Image
Thx,
CJ
--- In flexcoders@yahoogroups.com, claudiu ursica the_braniak@... wrote:
Images load asynchronously, so it obviously take time and don't load all at
once. What class are you using to display the images?
C