I the video.js player set up, but the Player doesn't appear in IE8, it does appear and play in IE10 (proably IE9 too). It appears and plays in Chrome and IOS, but only appears in Firefox (doesn't play)..
<script>
_V_.options.flash.swf = "http://theurl.com/video-js/video.js.swf"
</script>
<script>
videojs.options.flash.swf = "http://url.com/video-js/video.js.swf"
</script>
<video id=".mp4" class="video-js vjs-default-skin"
controls preload="none" width="640" height="264"
poster="[var.base_url]/[var.thumb_file]"
data-setup='{"example_option":true}'>
<source src="http://url.com/uploads/YfGNOH0ek3aSkGJll3Ml_1200k.mp4"
type='video/mp4' />
</video>
Can you provide some help so it appears and plays in most browsers? Thanks