drkstr
09-29-2007, 03:02 AM
I am loading data using remoting with AMFPHP which has worked fine with the following crossdomain.xml
<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="dev.splashlabs.com"/>
<allow-access-from domain="splashlabs.com"/>
</cross-domain-policy>
I had to recreate the project due to a flex builder error, and now I am getting a SecurityErrorEvent when I attempt to load the data.
Error #2044: Unhandled SecurityErrorEvent:. text=Error #2048: Security sandbox violation: http://localhost/acr/ACR.swf cannot load data from http://dev.splashlabs.com/gateway_url.php. where gateway_url.php is the full url to the data gateway.
The cross domain file I posted was copied directly from the file located at http://localhost/acr/crossdomain.xml and yet I can no longer load my data no matter what I try. What gives?
Any advice will be greatly appreciated.
Thanks!
...aaron
<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="dev.splashlabs.com"/>
<allow-access-from domain="splashlabs.com"/>
</cross-domain-policy>
I had to recreate the project due to a flex builder error, and now I am getting a SecurityErrorEvent when I attempt to load the data.
Error #2044: Unhandled SecurityErrorEvent:. text=Error #2048: Security sandbox violation: http://localhost/acr/ACR.swf cannot load data from http://dev.splashlabs.com/gateway_url.php. where gateway_url.php is the full url to the data gateway.
The cross domain file I posted was copied directly from the file located at http://localhost/acr/crossdomain.xml and yet I can no longer load my data no matter what I try. What gives?
Any advice will be greatly appreciated.
Thanks!
...aaron