[Flash Builder] Disable security sandbox warnings (not fix them)
I am building a project where I use an external API loaded from the web, and I also load files locally. As I understand it, I cannot load both local and external files without causing a security sandbox error.
Once I open the API it seems to try and listen to mouse events and such, and causes a security sandbox error every single frame.
Its really annoying since I am trying to trace some debug outputs but I can't read them as they get overwhelmed by the error messages.
I know I cannot fix it, but I wou开发者_如何转开发ld simply like to disable these warnings. Is there any way?
(please don't post solutions to fix the error, I tried all of them)
I just want to disable the messages.
Here is the error message:
* Security Sandbox Violation * SecurityDomain 'http://agi.armorgames.com/assets/agi/AGI.swf' tried to access incompatible context 'file:///D|/Flash/Projects/LastChapel/bin%2Ddebug/LastChapel.swf'
Have you tried to change flash global settings ? Right click on the animation and change trusted locations settings to add your URLs.
There is some info here : http://help.adobe.com/en_US/FlashPlayer/LSM/WS6aa5ec234ff3f285139dc56112e3786b68c-7ff0.html#WS6aa5ec234ff3f285139dc56112e3786b68c-7feb
精彩评论