How to Building a custom HTML5 video player with CSS3 and jQuery
Opera Developer Community is sharing articles “Building a custom HTML5 video player with CSS3 and jQuery“. This is the first of a series in which we will look at building up an easily customizable HTML5 <video> player, including packaging it as a simple
jQuery plugin, choosing control types and outputting custom CSS for your own situation.
This articles will use jQuery for easier DOM manipulation, and jQuery UI for the slider controls used for seeking and changing the volume level. To build a scalable solution, it’s will wrap everything up in a jQuery plugin. In the end of articles, the Source code (8.5mb, ZIP file) is available for downloade.
Source: Building a custom HTML5 video player with CSS3 and jQuery