PDA

View Full Version : Play one sound file "after" another?


MCD4x4
10-12-2003, 05:43 PM
Hello Again,

I'm using this code to play a sound file when a page loads <bgsound src ="xxxxxx.mp3" loop ="1" autostart ="true">
Is there a way to change it so it would play another sound file right after the first one finishes?

StupidRalph
10-14-2003, 04:36 AM
Aww man are you back? You might have to get some points back on my license. j/k

If you want them back to back the simplest thing I would suggest is to have them merged into the same file. (make them one file.)

MCD4x4
10-15-2003, 01:27 AM
Thanks Ralph, I never thought of that.