The Video Game Object Locked Event.
This event is dispatched when a Video was attempted to be played, but the browser prevented it from doing so due to the Media Engagement Interaction policy.
If you get this event you will need to wait for the user to interact with the browser before the video will play. This is a browser security measure to prevent autoplaying videos with audio. An interaction includes a mouse click, a touch, or a key press.
Listen for it from a Video Game Object instance using Video.on('locked', listener)
.
name | type | description |
---|---|---|
video | Phaser.GameObjects.Video |
The Video Game Object which raised the event. |