Posted by
Flashnutz |
Aug 7th, 2009
One technique of loading external images is using the Loader class.
It's similar to the URLLoader class but the Loader class loads and displays loaded images and SWF content. The Loader class is a part of the DisplayObject class; it is capable of displaying content as well as loading it.
To load external images using the Loader class, you need to create an object of the Loader class.
var imgLoader:Loader =...