Moai SDK
1.5 revision 1 (MoaiEdition)
|
Inherits MOAIGlobalClass< TYPE, SUPER >.
Function List | |
init | |
play | |
pause | |
stop |
Initialize the video player with the URL of a video to play.
function init ( string url )
url | ( string ) The URL of the video to play. |
Pause video playback.
function pause ()
Play the video as soon as playback is ready.
function play ()
Stop video playback and reset the video player.
function stop ()