SoundClipEvent
| Kind of class: | class |
|---|---|
| Inherits from: | Event |
| Dispatched by: | |
| Classpath: | org.asapframework.management.sound.SoundClipEvent |
| File last modified: | Tuesday, 05 September 2006, 23:21:26 |
Event extension used by SoundClip
Summary
Constructor
SoundClipEvent
function SoundClipEvent (
inType:String,
inSource:SoundClip,
inName:String)
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,write)
Event sent when there was an error loading an external sound
ON_LOADED
static ON_LOADED:String = "onSoundClipLoaded"
(read,write)
Event sent when an external sound has been loaded successfully
Instance properties
name
name:String
(read,write)