SoundEvent

Kind of class:public class
Package:com.bourre.media.sound
Inherits from:BasicEvent < Event
Classpath:com.bourre.media.sound.SoundEvent
File last modified:Monday, 24 November 2008, 11:36:46

Summary


Constructor
Instance properties
Instance properties inherited from BasicEvent
Instance methods
Instance methods inherited from BasicEvent
Event handlers

Constructor

SoundEvent

public function SoundEvent (
type:String, sound:SoundInfo, soundInfoChannel:SoundInfoChannel)

Instance methods

getSoundInfo

public function getSoundInfo (
) : SoundInfo

getSoundInfoChannel

public function getSoundInfoChannel (

Event handlers

onSoundEnd

public static const onSoundEnd:String = "onSoundEnd"
(read)

onSoundLoop

public static const onSoundLoop:String = "onSoundLoop"
(read)

onSoundPause

public static const onSoundPause:String = "onSoundPause"
(read)

onSoundPlay

public static const onSoundPlay:String = "onSoundPlay"
(read)

onSoundProgress

public static const onSoundProgress:String = "onSoundProgress"
(read)

onSoundResume

public static const onSoundResume:String = "onSoundResume"
(read)

onSoundStop

public static const onSoundStop:String = "onSoundStop"
(read)