Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Play sounds serially

Status
Not open for further replies.

chuck44

MIS
Joined
Apr 3, 2002
Messages
5
Location
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top