[whatwg] Synchronized play/seek of multiple <audio> elements?
Biju Gm@il
bijumaillist at gmail.com
Wed Feb 18 20:11:54 PST 2009
> However, I've been unable to find any information on how to trigger several
> audio files in a synchronized manner.
I wish this exist for VIDEO tag also.
On Firefox nightly the situation is even worse due to
https://bugzilla.mozilla.org/show_bug.cgi?id=476371
One solution is watching "timeupdate" event on all items and .pause()
and .play() to make every thing in sync.
Cheers
Biju
More information about the whatwg
mailing list