Question:
How do I put a WAV or MIDI file on a web page?
Answer:
There are two ways to do it. One works in Internet Explorer, and the other works in Netscape. For Internet Explorer, put:
<bgsound src="filename.mid" loop="infinite">
where filename.mid is the file that you want to play. Loop can be infinite, or a number. For Netscape, put:
</EMBED>
where filename.mid is the file that you want to play. If you want, you can make it so the person can stop it by making hidden false. This will show a control panel with Play, stop, and pause buttons.