INPUT /  OUTPUT /  LANGUAGE






playing field

Category: scalar field

This field describes and manipulates the current state of video or audio media. A value of true means the media is now playing. A value of false means the media is paused.

Getting the value of this field always yields true or false and allows you to check whether the media is currently playing or not.

Setting the value of this field to true will cause the media to begin playing from the current position.

Setting the value of this field to false will pause playback at the current position.

The default state for this field is false.

Applies to...

audio tag

video tag