
Need to use crossdomain.xml that is not in the root of the server
Our company needs to load a crossdomain.xml that is not located at /crossdomain.xml when using Flash for playback. Our CDN setup simply does not allow an un-hashed url at the root level.
In AS3 you can accomplish this with http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Security.html#loadPolicyFile
Is a method like this exposed in the JWPlayer JavaScript API?
If not can one be added?
If no to both, what do you propose we do as loading the default crossdomain.xml URL is legitimately not an option for us?
This guide http://support.jwplayer.com/customer/portal/articles/1403679-crossdomain-file-loading and the top questions on crossdomain files don't suggest there is a publicly documented metho to doing this with JWPlayer