<br>I use the following code to play a midi file on a web page:<br><br><embed src="file1.mid" Autostart="TRUE" LOOP=FALSE TYPE="audio/midi"><br><br>However, is there a way to play more than one midi on the same web page? ie. play file1.mid, then play file2.mid, then file3.mid, etc...?<br><br><br>