Just copy and paste into your html code where you wish in on the page. Replacing the name of the mid file ("example.mid") with the one you are using. <BGSOUND SRC="example.mid"> If you wish it to be in the center of the page you will need to add the
<BGSOUND SRC="example.mid">
Of course the
is a brake in the line, like a carriage return. This one will set the amount of times the music file will play, which is good if one wishes to minimize the page to the task bar and open another browser page to do research on the web, while the music is playing again and again.. Change the number to the number times to play the music. Example LOOP="10"> for ten times. AUTOSTART="TRUE" The music starts automatically when page loads past the scrip in the page. AUTOSTART="FALSE" The Music must be started by clicking on the player forward button. With= and Height= displays the size of the player. I prefer the width="85" height="24" <BGSOUND SRC="example.mid" LOOP="10"> Note: scrip must be exact, only changing the music file name, the true or false and the number of times it will repeat, if used.