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

Blocked a frame with origin "http://content.jwplatform.com" from accessing a frame with origin


I am getting this error in Safari (appears fine in FF and Chrome)

Blocked a frame with origin "http://content.jwplatform.com" from accessing a frame with origin...

I have read your article on crossdomain file loading. For dev purposes crossdomain.xml is:

<?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="*" />
</cross-domain-policy>

And virtual host in apache:
Header set Access-Control-Allow-Origin "*"

Please advise

2 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello,

Do you have a link to the page with the error message?

Randy

eran

User  
0 rated :

I also have this problem, appreciate your help in resolving the issue

This question has received the maximum number of answers.