Packagecom.nocreativity.playr
Classpublic class PlayrRepeat

Repeat constants. Used to set the repeat version.



Public Methods
 MethodDefined by
  
PlayrRepeat
Public Constants
 ConstantDefined by
  REPEAT_ALL : String = "repeat_all"
[static]
PlayrRepeat
  REPEAT_NONE : String = "repeat_none"
[static]
PlayrRepeat
  REPEAT_SINGLE : String = "repeat_single"
[static]
PlayrRepeat
Constructor detail
PlayrRepeat()constructor
public function PlayrRepeat()
Constant detail
REPEAT_ALLconstant
public static const REPEAT_ALL:String = "repeat_all"
REPEAT_NONEconstant 
public static const REPEAT_NONE:String = "repeat_none"
REPEAT_SINGLEconstant 
public static const REPEAT_SINGLE:String = "repeat_single"