Packagecom.gestureworks.cml.interfaces
Interfacepublic interface IPlay

Implement media control methods



Public Methods
 MethodDefined By
  
pause():void
Pauses the media.
IPlay
  
play():void
Plays the media from the beginning.
IPlay
  
resume():void
Resumes the media from paused position.
IPlay
  
seek(pos:Number):void
Seeks media to pos in milliseconds.
IPlay
  
stop():void
Stops the media.
IPlay
Method Detail
pause()method
public function pause():void

Pauses the media.

play()method 
public function play():void

Plays the media from the beginning.

resume()method 
public function resume():void

Resumes the media from paused position.

seek()method 
public function seek(pos:Number):void

Seeks media to pos in milliseconds.

Parameters

pos:Number

stop()method 
public function stop():void

Stops the media.