canPause Property
This topic documents a feature of HTML+TIME 2.0, which is obsolete as of Windows Internet Explorer 9.
Gets 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.
Applies To
t:ANIMATION, t:AUDIO, t:IMG, t:MEDIA, t:REF, t:VIDEO
See Also