canPause Property | Internet Development Index |
Retrieves a value that indicates whether the media file can be paused.
Syntax
HTML N/A Scripting [ bPause = ] object.canPause
Possible Values
bPause Boolean that receives one of the following values.
false Default. Media file cannot be paused. true Media file can be paused. The property is read-only. The property has a default value of false.
Standards Information
This property is a Microsoft extension to Synchronized Multimedia Integration Language (SMIL) .
Applies To
t:ANIMATION, t:AUDIO, t:IMG, t:MEDIA, t:REF, t:VIDEO
See Also
Introduction to HTML+TIME, canSeek