Package | org.audiofx.mp3 |
Class | public class MP3SoundEvent |
Inheritance | MP3SoundEvent ![]() |
MP3FileReferenceLoader
See also
Property | Defined by | ||
---|---|---|---|
sound : Sound
A loaded Sound instance.
| MP3SoundEvent |
Method | Defined by | ||
---|---|---|---|
MP3SoundEvent(type:String, sound:Sound, bubbles:Boolean = false, cancelable:Boolean = false)
| MP3SoundEvent |
Constant | Defined by | ||
---|---|---|---|
COMPLETE : String = "complete" [static]
Used to signal the loading of a sound by the
MP3FileReferenceLoader following a call to MP3FileReferenceLoader.getSound
| MP3SoundEvent |
sound | property |
public var sound:Sound
A loaded Sound instance. Can call play
or extract
to get at the audio
MP3SoundEvent | () | constructor |
public function MP3SoundEvent(type:String, sound:Sound, bubbles:Boolean = false, cancelable:Boolean = false)
Parameters
type:String |
|
sound:Sound |
|
bubbles:Boolean (default = false )
|
|
cancelable:Boolean (default = false )
|
COMPLETE | constant |
public static const COMPLETE:String = "complete"
Used to signal the loading of a sound by the MP3FileReferenceLoader
following a call to MP3FileReferenceLoader.getSound
See also