I am using the html5 video tag and was wondering if you could help answer the following question. When including the different file formats .mp4, .ogg etc do I also have to include a .flv as the flash fallback or does the browser know to automatically default to a flash version?
At the moment I’m only using a .mp4:
<video width="300" height="188" type="video/mp4" src="video/video.mp4" controls preload="none" poster="img/test.png">
</video>
Do i need to create the video tag and then have 2 src files, 1 for .mp4 and 1 for .flv?
All advice welcomed.
Kyle
Check this out: