Sounds
Put in both of these lines because one is for Netscape and the other is for the Microsoft Internet Explorer.
Midi and Wav
To make a midi or wav loop(play over and over) put these lines in your html code. Where is says "soundfile" thats
where you put the name of the midi or wav you want to play.
<bgsound src="soundfile" loop="infinite">
<embed src="soundfile" hidden=true
loop=true>
If you only want the midi or wav to play once do this.
<bgsound src="soundfile">
<embed src="soundfile' hidden=true>