|
HTML 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.
Combine PLAYCOUNT with LOOP to instruct both browsers how many times to play the media. In MSIE, PLAYCOUNT takes precedence over LOOP.
<EMBED VOLUME="..."> >
|