A brilliant, in-depth post from Neutron Creations about creating a custom HTML5 audio player:
We recently built an HTML5 audio player for Tim Van Damme‘s The Box, a new podcast where he interviews people who make cool stuff. Tim wanted an HTML5 audio player on the site, and we put together some jQuery to hook up the player interface he designed. In this article we’ll run through the code to explain how it works, covering a few caveats along the way.
They provide code samples and an explanation of their really well thought out design decisions. Really surprising how little code is involved in creating something like this too.
Twitter