Packageardisia.components.captcha.events
Classpublic class CaptchaAudioEvent
InheritanceCaptchaAudioEvent Inheritance flash.events.Event

Custom event for the CaptchaAudio class.



Public Methods
 MethodDefined By
  
CaptchaAudioEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
CaptchaAudioEvent
Public Constants
 ConstantDefined By
  LOAD_END : String = loadEnd
[static]
CaptchaAudioEvent
  LOAD_ERROR : String = loadError
[static]
CaptchaAudioEvent
  LOAD_START : String = loadStart
[static]
CaptchaAudioEvent
  SPEECH_END : String = speechEnd
[static]
CaptchaAudioEvent
  SPEECH_START : String = speechStart
[static]
CaptchaAudioEvent
Constructor Detail
CaptchaAudioEvent()Constructor
public function CaptchaAudioEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
LOAD_ENDConstant
public static const LOAD_END:String = loadEnd

LOAD_ERRORConstant 
public static const LOAD_ERROR:String = loadError

LOAD_STARTConstant 
public static const LOAD_START:String = loadStart

SPEECH_ENDConstant 
public static const SPEECH_END:String = speechEnd

SPEECH_STARTConstant 
public static const SPEECH_START:String = speechStart