Web HTML-HTML.com
You are here: HTML > Embedded Objects > <EMBED ...>

Attribute for <EMBED ...>
PLAYCOUNT =integer

PLAYCOUNT is an MSIE attribute that indicates how many times the sound/movie should play. Netscape uses the LOOP for this purpose.

this code produces this
<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.

this code produces this
<EMBED
SRC="/graphics/sounds/helloo.wav"
LOOP=3
PLAYCOUNT=3

HEIGHT=60 WIDTH=144
>

<EMBED VOLUME="..."> >>>

          

Copyright © 2002-10 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com