
Cross domain loading problem, is it the Amazon server?
Hi I've loaded a custom skin on my server at http://54.175.197.152/skin/mentor.xml and my videos are served at http://54.175.197.152/index.php. I have crossdomain.xml loaded in the root (http://54.175.197.152/crossdomain.xml) and this is my code:
<?xml version="1.0" ?>
<!DOCTYPE cross-domain-policy SYSTEM
"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*.jwpcdn.com" />
</cross-domain-policy>
</xml>
HTML5 works fine, but the Flash version gives me the "cross domain loading denied" error
Please advise. Thank you.