utf 8 - Icons not showing on firefox -


using videojs , player's icons aren't loading in firefox (22.0). works in chrome , ie8, supposedly.

enter image description here

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

http://kaioa.com/node/45

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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -