I would like to be able to play various wav files as a bgsound on our web pages serially. For instance:
<BGSOUND SRC="sound1.wav" loop=1> then play
<BGSOUND SRC="sound2.wav" loop=1> then play
<BGSOUND SRC="sound3.wav" loop=1>
Is there any way to accomplish this without the sound files playing on top of each other?
<BGSOUND SRC="sound1.wav" loop=1> then play
<BGSOUND SRC="sound2.wav" loop=1> then play
<BGSOUND SRC="sound3.wav" loop=1>
Is there any way to accomplish this without the sound files playing on top of each other?