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
Class properties
  • ON_LOADED : String
    • Event sent when an external sound has been loaded successfully
  • ON_ERROR : String
    • Event sent when there was an error loading an external sound
Instance properties
Instance properties inherited from Event

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)

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)