
Playlist Crossdomain issues
I am embedding an .rss playlist, and getting success while playing on a desktop, but not on iOS devices.
(a) All videos are hosted on an amazon s3 bucket
(b) rss playlist is hosted on same bucket
(c) I use a custom skin (the "five" skin, without playlist thumbnails, which is hosted by me)
Scenario 1: http://goo.gl/3t8ZSI - When I host (1) the jwplayer.js file (2) rss playlist, and (3) the custom skin all on the same domain, there is no problem. All seems to work very well. The embed works on both desktop and iOS (mobile) devices
Scenario 2: http://goo.gl/8Abw79 - When I host (1) the jwplayer.js file on the domain (2) the rss playlist on the external amazon s3 bucket, and (3) the custom skin on the same domain as the player - there is a slight problem. The embed works on desktop, BUT NOT on mobile devices.
I have crossdomain.xml files in the root of both the domain, and the s3 bucket.
So, this would seem to be a crossdomain issue, but I can't seem to figure out where/why?
Thanks