| Package | ardisia.components.captcha.events |
| Class | public class CaptchaAudioEvent |
| Inheritance | CaptchaAudioEvent flash.events.Event |
| Method | Defined By | ||
|---|---|---|---|
CaptchaAudioEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | CaptchaAudioEvent | ||
| Constant | Defined 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 | ||
| CaptchaAudioEvent | () | Constructor |
public function CaptchaAudioEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| LOAD_END | Constant |
public static const LOAD_END:String = loadEnd| LOAD_ERROR | Constant |
public static const LOAD_ERROR:String = loadError| LOAD_START | Constant |
public static const LOAD_START:String = loadStart| SPEECH_END | Constant |
public static const SPEECH_END:String = speechEnd| SPEECH_START | Constant |
public static const SPEECH_START:String = speechStart