utf 8 - Icons not showing on firefox -
using videojs , player's icons aren't loading in firefox (22.0). works in chrome , ie8, supposedly.
any suggestions?
i having problem on firefox (but not chrome) , @ first saw several references making sure server recognizes svg mime type mentioned in these articles
https://github.com/videojs/video.js/issues/509
i tried these , didn't work, uploaded simple html file videojs example on , worked on server had videojs package on (i referring outside url in these javascript lines
<link href="//domain.com/video-js/video-js.css" rel="stylesheet"> <script src="//domain.com/video-js/video.js"></script> <script> videojs.options.flash.swf = "http://domain.com/video-js/video-js.swf" </script>
so, realized mistake , installed videojs in same domain website , problem disappeared. found few notes stating firefox bit more strict in regard.
Comments
Post a Comment