when i try to load an external swf into my flash movie I get this error output
"Security Sandbox Violation"..
.."tried to access incompatible context " ..
the swf loads alright until i try to click it. then this error pops up.
Is there something i can do to make it work?
thanks in advance,
marieke
thanks, i put this code both on the main fla and the external to b loaded swf :
System.security.allowDomain(”http://www.mydomain.com”);and it stopped the output error from popping up but the swf (its a drag and drop game) does still not work...