
<bgsound src="http://url of song as per above
instructions">
This code will make the song play automatically.
Or you can use this code
<embed src="http://url of song as per above
instructions" autostart="true">
This will make the song play automatically.
Using the embed tag you can also do two other effects,
leaving a clickable speaker instead of having the song
play or having the song play over and over.
This is the code for repeating the music
<embed src="http://url of the song" autostart="true"
loop="true">
You can change the last loop="true" to a number such as
loop="2" and it will replay just twice.
This is for a clickable speaker
<embed src="http://url of song">
I hope this helps you more easily use my Sound Express pages.