stagexl
stagexl
Video
play
play
stagexl
stagexl
Video
play
method
play
Source
stagexl
stagexl
Video
Static properties
defaultLoadOptions
Static methods
load
Properties
currentTime
hashCode
isPlaying
loop
muted
onEnded
onError
onPause
onPlay
runtimeType
videoElement
volume
Operators
operator ==
Methods
clone
noSuchMethod
pause
play
toString
void
play
(
)
Play the video.
Source
void play() { if (!isPlaying) { videoElement.play(); } }