This represents a Video file.
new()
Create a new media object instance.
position:Int
getCurrentPos():Int
Return the media position, in milliseconds. Deprecated.
getLength():Int
Return the media length, in milliseconds.
getVolume():Float
Return the media volume, between 0 and 1.
height():Int
The height of the video file in pixels.
isFinished():Bool
If the media has finished or not.
pause():Void
Pause the media element.
@:value({ loop : false })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.
volume
The new volume, between 0 and 1.
stop():Void
Pause the stop element.
unload():Void
Unload the resource from memory.
width():Int
The width of the video file in pixels.