Hi! I'm going to show you what each EMBED tag does.
I find I learn better by seeing something in action.     :)

To add sound to your site:

1. Download the wav or midi to your puter.
2. Go to your website and upload the sound to your file manager.
3. Edit the page you want the sound on.
4. A few basics:

AUTOSTART does exactly that, automatically starts the sound if it is set to true, or does not start when set to false.
HIDDEN set to true hides the sound player.
LOOP set to true will play the sound over and over.
CONTROL set to console will show the player.



Use this line to automatically start the sound without showing the sound player, notice, the midi playing on this page only plays once.




If you set AUTOSTART to "false", you should take out the HIDDEN="TRUE" and
replace it with CONTROL="console", then someone visiting your site would
have to click the play button.


Click here to see this in action.



If you want the sound to play over and over, just add LOOP="true"


Click here to see this in action.



Return to Mo's Ichat Wavs