In the code below I\'m trying to load some images and put them in the stage as soon as they get individually loaded. But it is bugged since only the last image is displayed.
(function() { var imageData = imageList[i]; imageData.loader.contentLoaderInfo.addEventListener(Event.COMPLETE, function() { // use imageData; }); }).apply();