Video paused Property

Definition and Usage

paused The property returns whether the video is paused.

Note:This property is read-only.

Example

Check if the video is paused:

var x = document.getElementById("myVideo").paused;

Try It Yourself

Syntax

videoObject.paused

Technical Details

Return Value: Boolean value, returns true if the video is paused; otherwise returns false.

Browser Support

Chrome Edge Firefox Safari Opera
Chrome Edge Firefox Safari Opera
Support 9.0 Support Support Support