Including Sound

To include sound, you put this
<bgsound src="filename.mid" loop="infinite">
into the head, (for the Internet explorer)... here is an example.

or 


<EMBED SRC="filename.mp3" AUTOSTART=TRUE HIDDEN=TRUE LOOP=TRUE>
<NOEMBED><BGSOUND SRC="name.mp3" LOOP=TRUE></NOEMBED>
</EMBED>

... or you write this
<embed src="filename.mid" autostart="true" loop="true" hidden="true" height="0" width="0">
into the body, here is an example. This is also created by Frontpage when you click "Insert|Advanced|Plug-In"

You can also use the object tags, 
<OBJECT data="filename.mid" type="audio/x-midi" height="30" width="200"></OBJECT>

Your browser cannot play the object.