Syncing Content With HTML5 Video
- (12 March, 2011)
- —
- 0 Comment
One of the main changes from HTML4 to HTML5 is that the new specification breaks a few of the boundaries that browsers have been confined to. Instead of restricting user interaction to text, links, images and forms, HTML5 promotes multimedia, from a generic
<object> element to a highly specified <video> and <audio> element, and with a rich API to access in pure JavaScript.



