Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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.





8 Community Answers

l...

User  
0 rated :

I added in some adservers that showed up in my console. Still getting the error. Yes we are on an amazon server.

jherrieven

User  
1 rated :

Try adding "*.jwpsrv.com" as an allowed domain.

James

lazar

User  
0 rated :

done, still not working.

lazar

User  
0 rated :

also testing on my own website (non Amazon server)

http://www.redtoadmedia.com/skin/

here, all is the same otherwise

lazar

User  
0 rated :

on the redtoadmedia.com/skin/

I've not opened it up to

<allow-access-from domain="*" />

to allow all and still have the same issue. Denied. Any help?????

l...

User  
0 rated :

have also opened it up to allow all on the amazon instance. Still denied.

jherrieven

User  
0 rated :

Try removing the closing </xml> tag in your crossdomain.xml file.

James

l...

User  
0 rated :

thank you fixed!

This question has received the maximum number of answers.