I) In order to embed a sound within the webpage, and play it on demand, a person can use:
<CENTER><b><FONT FACE="Times New
Roman,Times"><FONT
COLOR="#FFFFFF"><FONT
SIZE=+1>A
MESSAGE FOR
YOU:</font></b></CENTER>
<CENTER><EMBED SRC="backrd.wav"
CONTROLS="PLAYBUTTON"
HEIGHT="25" WIDTH="40"
NAME="SoundGroup1" MASTERSOUND
AUTOSTART="FALSE"
ALIGN="CONSOLE">
<B> PLAY</b></CENTER>
II) The autostart feature must be set to false, so the audio will not automatically play, after the page loads.
III) In order to play the sound, either click on the play icon, or place the cursor over the item, and click on the right mouse button, then a list will be revealed, which includes play, pause, and stop, etc.
IV) The webpage will require more time to load, if the audio file is too large.
III) The code may not work with all browsers,
and configurations.