Roosevelt28
Nov 23 2007, 03:57 AM
Hi guys how can I play 2 different background music 1 after the other?
<bgsound src="beatles.mid" />
(?_?)
can anyone help?
tnx
moo
Nov 23 2007, 09:09 AM
Merge the two tracks into a single file using an audio editor;
Use javascript to change the src after a set amount of time (ie, the track length);
Leave visitors to listen to their own music if they want to.