Example of an background sound using 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="../graphics/sounds/helloo.wav"
HEIGHT=60 WIDTH=144
HIDDEN=TRUE
AUTOSTART=TRUE
>
|