We introduced three ways to load an image file in Flex in previous article. Normally there are no any problem with loading progress of external files. You can add an event listen(Event.COMPLETE) to monitor if it is complete then do something, but if you also want to do something when any errors were caused on the loading, what should we do? Below is the sample source code on how to track Loader process in AS3:
Posts Tagged ‘Loader’
How To Track Loader Progress in AS3
February 11th, 2011 Tips:three ways to load an image file in Flex
March 9th, 2008 Similar to a previous article How to load an image into our Flex application from URL(with source),the following source code shows three ways that how to load an image file.
Full code after the jump.
(more…)

Posted in
Tags: