previous | start | next

BGSOUND

<BGSOUND
LOOP=n
SRC=url>

Adds background sounds or "soundtracks" to a page. Sounds can either be samples (.wav or .au format) or MIDI format.

LOOP=n
Specifies how many times a sound will loop when activated. If n=-1, or if LOOP=INFINITE is specified, it will loop indefinitely.
SRC=url
Specifies the address of a sound to be displayed.


previous | start | next