Phaser API Documentation

  Version: 
Event: VIDEO_TIMEOUT
Phaser.GameObjects.Events.VIDEO_TIMEOUT
VIDEO_TIMEOUT

Description:

The Video Game Object Timeout Event.

This event is dispatched when a Video has exhausted its allocated time while trying to connect to a video source to start playback.

Listen for it from a Video Game Object instance using Video.on('timeout', listener).

Parameters:

name type description
video Phaser.GameObjects.Video

The Video Game Object which timed out.

Since: 3.20.0