| Author |
Synchronising audio/video and JavaScript
|
Keith Wood
Author
Ranch Hand
Joined: Aug 28, 2012
Posts: 38
|
|
Hi Rob
In HTML5 is it possible to synchronise audio or video with JavaScript actions? I have a page that drives a SVG animation from JavaScript that I want to synch with some music. But currently all I can do is start them at the same time and hope for the best.
|
Author of the upcoming "Extending jQuery" book from Manning.
|
 |
Rob Crowther
author
Ranch Hand
Joined: Nov 06, 2012
Posts: 174
|
|
|
The solution for this will be Timed Tracks, though that's not yet fully supported by browsers. Here's a more readable introduction. It allows you to have a file containing a list of timed cues which then fire events in the browser which you can use to trigger other actions on the page.
|
Read my books: Hello! HTML5 & CSS3 | HTML5 in Action | Read my blog
|
 |
Keith Wood
Author
Ranch Hand
Joined: Aug 28, 2012
Posts: 38
|
|
|
Thanks, that looks useful. It's a pity it isn't more widely supported yet.
|
 |
 |
|
|
subject: Synchronising audio/video and JavaScript
|
|
|