Mega Code Archive
Categories
/
Flex
/
Graphics
Use default event mode to track the progress of loading an image by using the Image control
public function initImage():void { image1.load('a.JPG'); }