> 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