This represents a Video file.
Constructor
Variables
Methods
play(loop:Bool = false):Void
Play / resume the media element.
Parameters:
loop | If playing it looped, default = false. |
---|
setVolume(volume:Float):Void
Set the media volume, between 0 and 1.
Parameters:
volume | The new volume, between 0 and 1. |
---|