Sounds
t Sound is great but a problem because the two major
browsers do it differently
t Netscape uses EMBED tag
t IE uses the BGSOUND tag
t To fix for both use the following code
<NOEMBED>
<BGSOUND SRC=“mysound.wav” LOOP=“1”>
</NOEMBED>
<EMBED SRC=“mysound.wav” AUTOSTART=“true” LOOP=“1”
“HIDDEN=“true”>