HELP


This Page has the HTML code to allow you to place either the "invisible" music on you page (music... no player seen) or the actual player (which is a good idea sometimes so people can have the choice to stop the music if they choose to) JUST MUSIC...


**************Code begins below this line****************

<embed src="(url & file name)" hidden="true" loop="false" volume="max">



code ends *******************************************************************

example of above with file name

<embed src="(http://members.wbs.net/homepages/m/u/s/musicai/2MROWNVR.MID" hidden="true" loop="false" volume="max">
to make continuous play... change the loop value to "true"

************************************************************

Here is the visible player code:

*********code begins below this line*********

<P>
<hr width="85%" ></p>
<center><p><b><i><font SIZE=+2><font COLOR="#008000"></font> </font></i></b><embed src="URL&File name" width=200 height=55 autostart=true loop=true></embed>
<hr width="85%" ></p></center>


**************code ends above this line****************

BACK to MAIN PAGE


BACK TO MIDI GALORE 2