HTML5 Video Player: MediaElement.js
29
Jul
// php the_time('Y') ?>
HTML5 video is great as it doesn't require any 3rd party plugins and works in most mobile browsers. However, it is not supported in every browser.. yet.
Also, browsers supporting the <video> – <audio> tags require different codecs and have inconsistent player UIs.
MediaElement.js is a jQuery plugin which enables you to use the <video> tag with one H.264 file (you can also include OGG or WebM, but you don't have to).
If the player doesn't support it, the plugin replaces the player with a Flash or Silverlight-powered one.
There is also MediaElementPlayer.js for building a complete player that looks and functions the same in all browsers.
Requirements: jQuery
Compatibility: All Major Browsers
Website: http://mediaelementjs.com/
Download: http://github.com/johndyer/mediaelement/zipball/master
Compatibility: All Major Browsers
Website: http://mediaelementjs.com/
Download: http://github.com/johndyer/mediaelement/zipball/master
- Tags:
Flash HTML5 Javascript Silverlight
- Filed under: GPL License, Goodies, MIT License, Media
- 2 Comments
Related Posts


















2 Responses for "HTML5 Video Player: MediaElement.js"
I find the video element is seriously jittery when scrolling in Safari.
I found one more cool plugin http://fryplayer.net/
very light HTML5 video player