7/25/2010 7:40:41 AM
Title:
Load remote image
How to load a remote image in AIR?
Please Help. Thankyou.
7/25/2010 8:46:46 AM
use image component and set source to the path of your image
<mx:image source="http://www.mydomain.com/image.jpg"
7/26/2010 3:59:43 AM
remember that sometimes crossdomain.xml file is required to access the content from other domain. Crossdomain.xml file is placed in the domain where images are and the domain which can access it is mentioned in it.