<EMBED ...>
<EMBED LOOP="...">
<EMBED VOLUME="...">
PLAYCOUNT = integer
PLAYCOUNT
LOOP
<EMBED SRC="../graphics/sounds/helloo.wav" PLAYCOUNT=3 HEIGHT=60 WIDTH=144 >
Combine PLAYCOUNT with LOOP to instruct both browsers how many times to play the media. In MSIE, PLAYCOUNT takes precedence over LOOP.
<EMBED SRC="../graphics/sounds/helloo.wav" LOOP=3 PLAYCOUNT=3 HEIGHT=60 WIDTH=144 >