Hi, I am using trying to get a crossdomain.xml file to work... The setup is as following
I have a flash app running on
http://IPADDRESS1/ace_linkage/index.php and it is trying to connect to a socket on IPADDRESS2:9000
I have tried a load of different things for the crossdomain but my current setup is:
<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="IPADDRESS1" to-ports="9000" />
</cross-domain-policy>
and it is hosted up on
http://IPADDRESS2:80 inside the actionscript i have
Security.loadPolicyFile("
http://IPADDRESS2/crossdomain.xml");
And the error is:
SecurityErrorEvent type="securityError" bubbles=false cancelable=false eventPhase=2 text="Error #2048"
Start Free Trial