Attribute for
is an MSIE attribute that indicates how many times the sound/movie should play. Netscape uses the for this purpose.
Combine with to instruct both browsers how many times to play the media. In MSIE, takes precedence over .
<EMBED ...>
PLAYCOUNT = integer
PLAYCOUNT
LOOP
this code | produces this |
<EMBED SRC="../graphics/sounds/helloo.wav" PLAYCOUNT=3 HEIGHT=60 WIDTH=144 > |
Combine
PLAYCOUNT
LOOP
PLAYCOUNT
LOOP
this code | produces this |
<EMBED SRC="../graphics/sounds/helloo.wav" LOOP=3 PLAYCOUNT=3 HEIGHT=60 WIDTH=144 > |