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">
|