Contents

playbackError

An event that indicates an error has occurred during playback.

Declaration

attribute  playbackError;

Discussion

The listener is passed an event object with the following attributes:

  • reason—The localized string describing why the error occurred.

  • shouldStopDueToError—A boolean that provides a hint as to whether the player should be stopped due to this error.

See Also

Responding to Events