onComplete : Phaser.Signal
This signal is dispatched when the Video completes playback, i.e. enters an 'ended' state. On iOS specifically it also fires if the user hits the 'Done' button at any point during playback. Videos set to loop will never dispatch this signal.
- Source code: gameobjects/Video.js (Line 96)
Please login to continue.