Contents

canPlay

A Boolean value that indicates whether the Player is able to begin playback.

Declaration

readonly attribute Boolean canPlay;

Discussion

Even if this property is false, playback can be initiated by calling play or (if showsNativeControls is true) positioning the pointer over the LIVE badge. When playback is attempted, if this value is false, every effort is made to load the rest of the required resources. When successful, playback starts.

See Also

Instance Properties