Hi, can anyone help me with this please?
I’m developing with Flash CS3 on a machine which has no internet access.
My swf is embedded in a webpage and I use ExternalInterface to make calls between the actionscript and javascript.
All works fine when hosted on a server but not locally. I read in the help file:
“For local content running in a browser, calls to the ExternalInterface.addCallback() method will only work if the SWF and the containing web page are in the local-trusted security sandbox”.
How can I add my swf and webpage to this sandbox?
When working on a machine with internet access I can right-click on the swf and use the advanced privacy settings button but my dev machine is not online.
Thanks for any help,
Mitch.