Attribute for <EMBED ...>
PLAYCOUNT = integer
<EMBED ...>PLAYCOUNTLOOP
| this code | produces this |
<EMBED
SRC="../graphics/sounds/helloo.wav"
PLAYCOUNT=3
HEIGHT=60 WIDTH=144
>
|
Combine PLAYCOUNTLOOPPLAYCOUNTLOOP
| this code | produces this |
<EMBED
SRC="../graphics/sounds/helloo.wav"
LOOP=3
PLAYCOUNT=3
HEIGHT=60 WIDTH=144
>
|
Copyright 1997-2002 Idocs Inc.
