canPause Property (t:ANIMATION, t:AUDIO, t:IMG, ...)

HTML (DHTML)

canPause Property

Internet Development Index

Retrieves a value that indicates whether the media file can be paused.

Syntax

HTMLN/A
Scripting[ bPause = ] object.canPause

Possible Values

bPauseBoolean that receives one of the following values.
falseDefault. Media file cannot be paused.
trueMedia 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) Non-Microsoft link.

Applies To

t:ANIMATION, t:AUDIO, t:IMG, t:MEDIA, t:REF, t:VIDEO

See Also

Introduction to HTML+TIME, canSeek