Loading Image / Swf in MAC, AIR
July 2, 2009A Quick tip, was stuck today to load an local image / swf inside AIR at MAC OS.
The below is the solution:
var filenotion:String =”;
if(Capabilities.os.search(“Mac”) >= 0) filenotion = “file://”;
Image.source= filenotion +imgFileURI;
Posted by nsdevaraj
Posted by nsdevaraj 