Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

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
    >

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire