**Howdy,
I have a movie_a that is loading a movie_b from my server that has a small script on it that is triggering this little warning???
It only gives me this little diddy when i am testing in flash???**
*** Security Sandbox Violation ***
SecurityDomain ‘http://www.jduckworth.com/assets/nar_gallery/nar_gal_2.swf’
tried to access incompatible context …
here is the code that is triggering the warning:
on(press){
gotoAndStop(“pic”);
}
on (rollOver) {
startDrag(caption, true);
caption.words = “[X]”;
_root.x = 1;
}
on (rollOut) {
this.x = 0;
caption.words = “”;
}
seems very simple but I am not getting it… the code is functioning properly but I get the warning ONLY when testing in Flash… any help you all can offer would be MUCHO APPRECIATED!!
JK