YouTip LogoYouTip

Prop Video Paused

# Video paused Property [![Image 8: Video Object Reference Manual](#) Video Object](#) ## Example Check if the video is paused: var x = document.getElementById("myVideo").paused; The output of _x_ will be: true [Try it Β»](#) * * * ## Definition and Usage The paused property returns whether the video is paused or not. **Note:** This property is read-only. * * * ## Browser Support ![Image 9: Internet Explorer](#)![Image 10: Firefox](#)![Image 11: Opera](#)![Image 12: Google Chrome](#)![Image 13: Safari](#) The paused property is supported by all major browsers. **Note:** Internet Explorer 8 or earlier versions do not support this property. * * * ## Syntax _videoObject_.paused ## Technical Details | Return Value: | A boolean. Returns true if the video is paused, otherwise false | | --- | * * Video Object](#)
← Prop Video PausedProp Video Networkstate β†’