Hello,
I have an index.html on server A.
In index.html I embed a swf from server B.
The swf contains a init with flash.external.ExternalInterface.call("alert", "externalalert");
When I run the swf on server B it works, when I run the swf through the index.html on server A I get an : Security sandbox violation: ExternalInterface caller...
It does work in IE.
Does anybody know what I'm doing wrong.
Thanks!