Packageorg.audiofx.mp3
Classpublic class MP3SoundEvent
InheritanceMP3SoundEvent Inheritance flash.events.Event

Event type used by MP3FileReferenceLoader

See also

org.audiofx.mp3.MP3FileReferenceLoader


Public Properties
 PropertyDefined by
  sound : Sound
A loaded Sound instance.
MP3SoundEvent
Public Methods
 MethodDefined by
  
MP3SoundEvent(type:String, sound:Sound, bubbles:Boolean = false, cancelable:Boolean = false)
MP3SoundEvent
Public Constants
 ConstantDefined by
  COMPLETE : String = "complete"
[static] Used to signal the loading of a sound by the MP3FileReferenceLoader following a call to MP3FileReferenceLoader.getSound
MP3SoundEvent
Property detail
soundproperty
public var sound:Sound

A loaded Sound instance. Can call play or extract to get at the audio

Constructor detail
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)
Constant detail
COMPLETEconstant
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