Hi All,
I'm trying to load a SWF File which is stored in the ''Application Storage" in my AIR application. The SWF file has an embeded FLV video simply placed on the stage in Flash CS5. The SWF doesn't have any code in it. The problem is that the SWF loads as it should but comes up with a 'Security Sandbox Violation' I've tried many different things after searching the net such as Security.allowDomain etc. But continuously get this:
*** Security Sandbox Violation ***
SecurityDomain 'app-storage:/myFlashFile2.swf' tried to access incompatible context 'app:/myFlexProject.swf'
Note: when I removed the video from my SWF - everything worked as normal