Moovie is a free MooTools custom controls library for the HTML 5 video
video
element. It has all the features of a player: play, pause, stop, a volume control which mimics the Youtube’s control and progress bar.
Mooovie has playlist, Captions and language selection support. It has Settings panel for enabling or disabling various options such as looping, captions and auto-hiding of controls bar. All styling is done through external CSS. See the DOM section to see the generated DOM structure. If you want to exclude certain elements from the interface, simply display: none;
display: none;
them in your style sheet.
Requirements: Mootools framework
Demo: http://colinaarts.com/code/moovie/
License: MIT license