HTML Example of an background sound using EMBED HIDDEN

< back to <EMBED HIDDEN="...">

This page uses the <EMBED ...> tag to create a background sound, and the HIDDEN attribute to make the sound object invisible. This is done using this code:

<EMBED 
 SRC="/sounds/helloo.wav"
 HEIGHT=60 WIDTH=144
HIDDEN=TRUE
 AUTOSTART=TRUE
 >