Easy Tutorial
❮ Prop Img Usemap Prop Style Visibility ❯

Video paused Property

Video Object

Example

Check if the video is paused:

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

x output result:

true

Definition and Usage

The paused property returns whether the video is paused.

Note: This property is read-only.


Browser Support

All major browsers support the paused property.

Note: Internet Explorer 8 or earlier versions do not support this property.


Syntax

Technical Details

| Return Value: | Boolean, returns true if the video is paused, otherwise false | | --- | --- |

❮ Prop Img Usemap Prop Style Visibility ❯