Cónal
04-12-2007, 12:00 AM
I am trying to load a swf file from my website from a local flash file. Ikeep getting the error message:
Remote SWFs may not access local files.
I have added this AS to the child swf on my site:
System.security.allowDomain(_parent._url);
And I have added the the follwing to the local swf:
System.security.allowDomain("www.mydomain.com");
However, the error message persists. Any ideas?
Very grateful
Có
Remote SWFs may not access local files.
I have added this AS to the child swf on my site:
System.security.allowDomain(_parent._url);
And I have added the the follwing to the local swf:
System.security.allowDomain("www.mydomain.com");
However, the error message persists. Any ideas?
Very grateful
Có