MIDI demo

Here's just a regular web link to a MIDI file called music-box.mid :
<A HREF="music-box.mid">Music Box</A>
Music Box
Clicking on the link starts the song with a sound "controller" in a separate window.

Here's an "embed" tag:
<embed src="music-box.mid" playmode=auto visualmode=background height=60 width=145>

By using this HTML tag, the controller appears on the same web page. If you add "autostart=true" to the tag, then the song will begin as soon as the page loads. If you make the height and width numbers small, then the controller will disappear (but then the person listening can't control the music :-).