html5 - cross origin video does not load in Chrome -


i trying video crossorigin attribute play in chrome (version 20.0.1132.47 m). not load. network panel shows options (so called "preflight") request gets aborted browser reason.it works without crossorigin attribute. firefox loads , plays successfully. appreciate suggestions.

 <video id='vid' autoplay crossorigin src='http://videos-cdn.mozilla.net/serv/mozhacks/demos/resources/immersivevideo/dubai.r.webm'> </video>

http://jsfiddle.net/zvgr2/

the cause of turned out missing access-control-allow-headers response header list of http headers matches list passed in access-control-request-headers request header.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -