i am trying to download image to local but i facing some issues.
this code is working in flash.if i put into website this is not working.
if i add to button click that is working.
how to download image without mouseClick.
var imgPath:String = "http://site.com/pod/logo.jpg";
var URLrequest:URLRequest = new URLRequest(imgPath);
var downloadFile:FileReference = new FileReference();
try{
downloadFile.download(URLrequest);
tracetxt.text = "yes";
}
catch(error:Error)
{
tracetxt.text = "No";
trace("Unable to download file");
}
North America
Europe, Middle East and Africa
Asia Pacific