
Multiple <source>s in <video> tag using JW Player 5.9
Hi,
I am trying to use HTML Videos using JW Player 5.9.
bc.. <video height="325" width="450" id="1234" poster="testimage.jpg">
<source src="/videos/video_1.mp4" type="video/mp4">
<source src="/videos/video_2.webm" type="video/webm">
<source src="/videos/video_3.flv" type="video/x-flv">
</video>
This works fine in FF, Chrome, IE7 and IE8. However IE9 is causing a problem, the video does not play. I was under the impression that if the browser does not support the mp4 or webm it should fall back to flash?
Can someone please help with this?
Something awkward I have found with this is when I remove the two other source tags for .mp4 and .webm and just keep the .flv it works fine?
Any ideas would be much appreciated.
Regards,
Ibrar