I am new to flash and AS3 and kept getting this error. I have searched with no resolve.
I created a brand new page with nothing in it and simulated the download and the same error came up is there a broken file?
import flash.events.ProgressEvent;
stop();
//Preloader
loaderInfo.addEventListener(ProgressEvent.PROGRESS, updatePreloader);
function updatePreloader(evtObj:ProgressEvent):void
{
//container for the progress of the site download
var percent:Number = Math.floor((evtObj.bytesLoaded*100)/evtObj.bytesTotal);
preloader_txt.text = percent+"%";
if (percent==100){
nextFrame();
}
}
this is all I get here
Attempting to launch and connect to Player using URL C:\Users\Bonavilla\Documents\Websites\GCD\index.swf
[SWF] C:\Users\Bonavilla\Documents\Websites\GCD\index.swf - 960649 bytes after decompression
no error, but when simulating a download, the error appears in the output
Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed.
just got this when I clicked on a link
Attempting to launch and connect to Player using URL C:\Users\Bonavilla\Documents\Websites\GCD\index.swf
[SWF] C:\Users\Bonavilla\Documents\Websites\GCD\index.swf - 960649 bytes after decompression
*** Security Sandbox Violation ***
Connection to http://www.southcarolinaendo.com/ halted - not permitted from file:///C|/Users/Bonavilla/Documents/Websites/GCD/index.swf
-- Untrusted local SWFs may not contact the Internet.
SecurityError: Error #2028: Local-with-filesystem SWF file file:///C|/Users/Bonavilla/Documents/Websites/GCD/index.swf cannot access Internet URL http://www.southcarolinaendo.com/.
at global/flash.net::navigateToURL()
at index_fla::portfolio_35/cceBtnFunction()[index_fla.portfolio_35::fram e24:8]
Cannot display source code at this location.
http://staging.greenclouddesign.com/test.fla
Don't give up yet. here is a link to the blank Flash file. that is giving me the error when I run the download ismulation. Any thoughts?
with version of Flash Player You have in browser and how do You compile swf ( cs4 / cs5 / flashdevelop ) ?
i have same problem but appears only in debuger version .
Error #2044: Nieobsługiwane IOErrorEvent:. text=Error #2032: Błąd strumienia.
at swf_fla::MainTimeline/frame1()
Check it in other browser with non-debug player.
North America
Europe, Middle East and Africa
Asia Pacific