im trying to implement kongregate’s API but i always get this error when i use the load function on the Loader object to load the API.
*** Security Sandbox Violation ***
Connection to http://www.kongregate.com/flash/API_AS3_Local.swf halted - not permitted from [file:///C|/Documents%20and%20Settings/Pedro/Desktop/flash/game.swf](file:///C|/Documents%20and%20Settings/Pedro/Desktop/flash/game.swf)
when it pops up this error they send me to this link http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04a.html
I laready set ti to always accept from every site and i already added both the site and my .swf file to the trusted sites but it still doesnt work.
any ideas?
EDIT: I figured this only happens when i test my movie with debugger (ctrl shift enter) but it doesnt happen when i test without debugger (ctrl enter)