Hi there,
I am running into an issue where my flash isn't loading my xlm file.
Let me outline the directory structure:
So, when I call the movie.html page the movie plays but fails to read the xlm file that is in a sub folder.
I tried
System.security.allowDomain("
System.security.loadPolicyFile("
With the crossdomain.xml file like:
<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
But those two actually don't make sense anyway, cause I am on the same domain.
I have run the movie.swf file itself in its sub folder and that works fine.
Can anyone figure this one out???
JR (IT = Logic (except for a well known OS where it equals luck) -> Back to the Basics!
I am running into an issue where my flash isn't loading my xlm file.
Let me outline the directory structure:
So, when I call the movie.html page the movie plays but fails to read the xlm file that is in a sub folder.
I tried
System.security.allowDomain("
System.security.loadPolicyFile("
With the crossdomain.xml file like:
<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
But those two actually don't make sense anyway, cause I am on the same domain.
I have run the movie.swf file itself in its sub folder and that works fine.
Can anyone figure this one out???
JR (IT = Logic (except for a well known OS where it equals luck) -> Back to the Basics!