Even our progress bars are updating now!!<br/>
<a href="http://jsfiddle.net/anshudwibhashi/UPQd6/3">View code</a>
<br/><br/>
<section id="skin">
<!--Our custom video player-->
<video height="360px" id="player" width="640px">
<source src="http://upload.wikimedia.org/wikipedia/commons/transcoded/f/f6/Videoonwikipedia.ogv/Videoonwikipedia.ogv.480p.webm"></source>
</video>
<!--Our custom controls-->
<!--We haven't covered this in the video HTML5 tutorial-->
<nav>
<!--First comes our play/pause button-->
<div>
<button type="button" id="playPause">Play</button>
</div>
<!--Then come our progress bars-->
<div id="backgroundBar">
<div id="bufferingBar">
<div id="progressBar">
</div>
</div>
</div>
<div style="clear:both"></div>
</nav>
</section>
<br/><br/>
NOTE: The light grey bar is the background bar, the dark grey bar represents how much of the video has been buffered and the black bar is the progress bar