isStreaming : boolean Is there a streaming video source? I.e. from a webcam. Source
complete() Called when the video completes playback (reaches and ended state).Dispatches the Video.onComplete signal.
createVideoFromURL(url, autoplay) → {
new Video(game, key, url) A Video object that takes a previously loaded
setTouchLock() Sets the Input Manager touch callback to be Video.unlock.Required for mobile video unlocking. Mostly just used
onError : Phaser.Signal This signal is dispatched
addToWorld(x, y, anchorX, anchorY, scaleX
play(loop, playbackRate) → {
add(object) → {Phaser.Video}
stop() → {Phaser.Video}
Page 4 of 5