Sound good? Well really you should remember how to do this but just in case you dont..
We have a sound file called sound.mid
The code to play this sound would be:
<a href="http://yoursite.com/sound.mid> Listen to sound </a>
Now for the second method - what if you want to have background music, a sound played while your users are browsing your site!
The code used for this is something we have not gone into yet, it is the <embed> tag. As you can probably tell it is used to embed files into a web page!
lets take a look at an example.
<embed src="http://yoursite.com/sound.mid">
As you have by now noticed - this code is just like a link, but it uses "embed" rather than "a href".
Remember the sound file can slow down your page, it is not reccomended that you use big mp3 files as background music, as some people will have a long load time.
This code will display a small windows media player console on your page, which includes a start.pause, and stop button.