Hey I thought HTML5 would be an easy way to pop some videos up on a site until I figured out Firefox and IE8- Can't see it!!!! IE8 isn't surprising but come on Firefox!
Here is what I have:
Code:
<video width="800" height="500" controls="controls">
<source src="http://www.mysite.com/video.mp4" type="video/mp4">Your browser does not support HTML5 Video.
</video>
I tried this:
http://videojs.com/ BUT it makes it load really slow on Chrome now, loads slow on IE9 and has bugs in Firefox where you click play and it looks like nothing is happening for a full minute then just starts playing.
What should I do?