Adding a control panel for your music
This gives the viewer a control panel that enables him (her) to pause, stop, replay the music
Select the place on the page where you would like the control panel to appear
<embed src=colorsofwind.mid>
After you get that much in, you can add a statement to say if the music should start automatically or not
The DEFAULT is autostart=true which means it will start playing automatically. If you want the viewer to click the play button to make it start playing, you would need this statement
<embed src=colorsofwind.mid autostart=false>
The control panel below started automatically.