Moai SDK  1.5 revision 1 (MoaiEdition)
MOAIMoviePlayerIOS Class Reference

Inherits MOAIGlobalClass< TYPE, SUPER >.

List of all members.

Function List

  init
  play
  pause
  stop

Function Documentation

Initialize the video player with the URL of a video to play.


function init ( string url )
Parameters:
url ( string ) The URL of the video to play.
Returns:
nil

Pause video playback.


function pause ()
Returns:
nil

Play the video as soon as playback is ready.


function play ()
Returns:
nil

Stop video playback and reset the video player.


function stop ()
Returns:
nil