|
<BGSOUND ...>LOOP = INFINITE | number of loops| Usage Recommendation |
|---|
| Use with great caution. This is a major way to annoy people. |
LOOPLOOPINFINITE which tells the browser to play the sound over and over forever. LOOP
| this code | produces this |
<BGSOUND SRC="helloo.wav" LOOP=5> |
this page is really annoying this page |
<BGSOUND SRC="helloo.wav" LOOP=INFINITE> |
this page is really, REALLY annoying this page |
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.