define('DISABLE_WP_CRON', true); Building HTML5 video controls with JavaScript – Broken Links

Building HTML5 video controls with JavaScript

The HTML5 video element is now included in Firefox, Safari & Chrome, and on its way in Opera. By using JavaScript to access the media elements API it’s easy to build your own custom controls for it; in this article I’m going to show how I built a (very) basic control interface. A quick disclaimer: … Continue reading Building HTML5 video controls with JavaScript