paused property
Gets a flag that specifies whether playback is paused.
Syntax
object.get_paused(* paused);
Property values
Type: VARIANT_BOOL
VARIANT_FALSE (false)
The playback is not paused.
VARIANT_TRUE (true)
The playback is paused.
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.8
See also
How to use HTML5 to play video files on your webpage