HTML. (Hyer Text Markup Language) Is what web pages are written in. NS does all this for you, but theres some things it dont do. Adding sound is one. (MS Internet Explorer is easy to add, only trouble is you cant turn it off. Doing it this way in MSIE means that people looking at your page dont have to put cheese in their ears to block out the sound, as it can be turned off.
Heres how to put sound on your page.. This can be set to play automaticaly, or on demand.. This is just me saying g'day and is only about a second long.
In Composer it will appear as like a little shop price tag.

First you need a sound,( music, speech, sound effects, makes no difference).

Like pictures you can ferrit one out from the web or record your own. If you dont have a microphone on your computer, get one. There only a few bucks at computer shops, and plug it into the MIC IN hole on the back of your computer (next to where the speakers plug in).

Then from the START button go to ACCESSORIES then ENTERTAINMENT and go for the SOUND RECORDER. Set it to record in the smallest sample rate you can. (Big sample rates create a better sound, but a heap bigger file, so it takes longer to load) Then press the red button (record) and start talking.

Dont go overboard. Then save the file in the same folder as the rest of your web page This is a .WAV file. Some sounds you may find on the web are .MID and .AU.
If you use commercially recorded music, remember its copyrighted and its possable that you may get a letter to remove it.

The go to where you want this to appear and from the INSERT menu choose HTML. you will need to put this in...(with a few changes..i.e. to your sound name with the correct file extention..[.WAV  .MID..etc] ..AGAIN..get a friend with a different browser to you to take a look, just to be sure it works OK
 
 

CUT AND PASTE this (below) to the HTML tag box in Communicator dont forget to change the file name to that of your sound file !!!!!
If you want it to play when the page loads leave it as it is. To play on demand after autoplay change true to false
If you want it to play continuosly change the loop from false to true

<EMBED src="gday.wav" align="baseline"border="0" width="150" height="60" autoplay="true" loop="false"volume="50">
 

INSERTING HTML WITH COMMUNICATOR CAN BE A PAIN, BECAUSE IT NEEDS TO BE DONE ON TAG AT A TIME. ABOVE IS JUST ONE TAG, SO ITS OK. Later versions than I have might be changed though.