trying to play a movie on IE9 (jwplayer 6) - getting Error loading skin: Crossdomain loading denied.
my skin (and player buttons) are on the same domain as my page.
There is no error on other browsers, only on IE9.
what can i do?
trying to play a movie on IE9 (jwplayer 6) - getting Error loading skin: Crossdomain loading denied.
my skin (and player buttons) are on the same domain as my page.
There is no error on other browsers, only on IE9.
what can i do?
As per the assumption based on the information provided in the question, I am suggesting two solution with two common scenarios which might have caused this issue.
If you are using CDN for video, jwplayer files and skins then then You need to enable CORS in your CDN server. (See here)
You should include crossdomain.xml
in your server as per the instructions in jwplayersite. (See here also)
I hope above two solution works.