removeVideoElement() Removes the Video element from the DOM by calling parentNode.removeChild on itself.Also removes the autoplay
[readonly] duration : number The duration of the video in seconds.
onTimeout : Phaser.Signal This signal is dispatched
onAccess : Phaser.Signal This signal is dispatched
currentTime : number The current time of the video in seconds. If set the video will attempt to seek to that point in time.
changeSource(src, autoplay) → {Phaser
volume : number Gets or sets the volume of the Video, a value between 0 and 1. The value given is clamped to the range 0 to 1.
loop : boolean Gets or sets if the Video is set to loop.Please note that at present some browsers (i.e. Chrome) do not support
texture : PIXI.Texture The PIXI.Texture.
[readonly] progress : number The progress of this video. This is a value between 0 and 1,
Page 2 of 5