<EMBED ...><EMBED ...>PLAYCOUNT =integer
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 > |