Embedding a Wav, Midi, or MP3 Sound File
into your Web Page
Embedded Midi with Autostart
<EMBED SRC="Trust.mid" HIDDEN=TRUE LOOP=TRUE
AUTOSTART=TRUE>
Embedded Wav with Controls
<p align="center"><embed SRC="2ndplace.wav" width="128" height="64"></p>
NOTE: you can add Autostart to this if you like
Embedded MP3
with Autostart
<EMBED src="../funstuff/mp3/SpillCanvas-YourEvilSoul.mp3" autostart=true hidden=true width="1" height="1">
NOTE: the Width and Height = 1 is to make that large icon in FrontPage appear tiny - shows up in "Normal" editing view only, so you may as well leave them out:
<EMBED src="../funstuff/mp3/SpillCanvas-YourEvilSoul.mp3" autostart=true hidden=true>