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.

Click the STOP button on this one and start playing the one below

WHOA way cool

OK lets center it

<p><embed align=center src=colorsofwind.mid>

<p align=center><embed align=center src=colorsofwind.mid autostart=false> I added autostart=false to this one so that it wouldn't be playing twice.

Now lets mess with the size and shape of the control panel

<p align=center><embed src=colorsofwind.mid autostart=false width=128 height=128>

<p align=center><embed src=colorsofwind.mid autostart=false width=300 height=100>