<video src="videoURL"></video>
If you have mp4 and webm the master code is this:
<video>
<source src="videoURL.webm" type='video/webm; codecs="vp8, vorbis"' />
<source src="videoURL.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
Sorry, you're using an outdated browser! Upgrade to a fast, free web <a href="http://opera.com">here</a>.
<video>
This is the HTML5 video code. Much more simple than you thought?
Desktop
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Video element | 20.0 | 12.0 | 9.0 | 12.0 | 5.1 |