SoundClipEvent
| Kind of class: | class |
|---|---|
| Inherits from: | Event |
| Dispatched by: | |
| Classpath: | org.asapframework.management.sound.SoundClipEvent |
| File last modified: | Sunday, 23 July 2006, 13:53:49 |
Event extension used by SoundClip
Summary
Constructor
- SoundClipEvent (inType:String, inSource:SoundClip, inName:String)
- Constructor
Class properties
Constructor
SoundClipEvent
Constructor
Parameters:
inType :
type of event to send
inSource:
SoundClip source of event
inName :
name of SoundClip source
Class properties
ON_ERROR
static ON_ERROR:String = "onSoundClipLoadError"
(read)
Event sent when there was an error loading an external sound
ON_LOADED
static ON_LOADED:String = "onSoundClipLoaded"
(read)
Event sent when an external sound has been loaded successfully
Instance properties
name
name:String
(read)