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)
.
name | type | description |
---|---|---|
video | Phaser.GameObjects.Video |
The Video Game Object which timed out. |