Question
Flash 8 - AS2 - Cross domain XML load error
Hi there,
I'm having some problems with loading a xml file.
Got a swf that must load a xml file from a different server.
For different domain I inserted this code:
System.exactSettings = false;
System.security.allowDomain ("domain.com");
On the html markup file I inserted:
'allowScriptAccess', 'domain.com',
Running on Flash IDE it all goes right, but once online there is always an
xml load error.
Can anyone help me?
Thanks