Copy link to clipboard
Copied
I keep getting
*** Security Sandbox Violation ***
SecurityDomain 'about:blank' tried to access incompatible context 'app:/myapp.swf'
I've no idea whats causing this.
Because it mentions "about:blank" I thought it could be a Stagewebview that I was using, but I removed it, (set it to null when not in use), but I still get the error.
Does anyone know what this message means?
Copy link to clipboard
Copied
Hi,
Are you trying to access a local swf in your air application?
Copy link to clipboard
Copied
I'm loading a local swf into an AIR application (EXE on Windows)
But the error doesn't happen when I load the swf, it happens sometimes when the swf is running, when I move the mouse around.
My target swf does not use stagewebview, only the parent, main swf / exe has a webview and its stage is set to null when other local swf's are loaded