Packagecom.bourre.media.sound
Classpublic class SoundLoaderEvent
InheritanceSoundLoaderEvent Inheritance LoaderEvent Inheritance BasicEvent Inheritance flash.events.Event

Player version: Flash Player 9.0
Language version: ActionScript 3.0



Public Properties
 PropertyDefined by
 Inheritedtarget : Object
The source object of this event
BasicEvent
 Inheritedtype : String
The type of this event
BasicEvent
Protected Properties
 PropertyDefined by
 Inherited_oTarget : Object
The source object of this event, redefined to provide write access
BasicEvent
 Inherited_sType : String
The type of the event, redefined to provide write access
BasicEvent
Public Methods
 MethodDefined by
  
SoundLoaderEvent(type:String, sl:SoundLoader, errorMessage:String = "")
SoundLoaderEvent
 Inherited
clone():Event
Clone the event
BasicEvent
 Inherited
getErrorMessage():String
Returns the error message carried by this event.
LoaderEvent
 Inherited
Returns the loader object carried by this event.
LoaderEvent
 Inherited
getName():String
Returns the loader named carried by this event.
LoaderEvent
 Inherited
getPerCent():Number
Returns the loading progression value of object carried by this event.
LoaderEvent
  
SoundLoaderEvent
 Inherited
getTarget():Object
Returns the current source of this event object.
BasicEvent
 Inherited
getType():String
Returns the type of this event, which generally correspond to the name of the called function on the listener.
BasicEvent
 Inherited
setErrorMessage(errorMessage:String = ""):void
Sets the error message to be carried by this event.
LoaderEvent
 Inherited
setTarget(oTarget:Object):void
Defines the new source object of this event.
BasicEvent
 Inherited
setType(en:String):void
Defines the new event type for this event object.
BasicEvent
 Inherited
toString():String
Returns the string representation of this instance.
BasicEvent
Public Constants
 ConstantDefined by
  onLoadErrorEVENT : String = "onLoadError"
[static]
SoundLoaderEvent
  onLoadInitEVENT : String = "onLoadInit"
[static]
SoundLoaderEvent
  onLoadProgressEVENT : String = "onLoadProgress"
[static]
SoundLoaderEvent
  onLoadStartEVENT : String = "onLoadStart"
[static]
SoundLoaderEvent
  onLoadTimeOutEVENT : String = "onLoadTimeOut"
[static]
SoundLoaderEvent
Constructor detail
SoundLoaderEvent()constructor
public function SoundLoaderEvent(type:String, sl:SoundLoader, errorMessage:String = "")

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
type:String
 
sl:SoundLoader
 
errorMessage:String (default = "")
Method detail
getSoundLoader()method
public function getSoundLoader():SoundLoader

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
SoundLoader
Constant detail
onLoadErrorEVENTconstant
public static const onLoadErrorEVENT:String = "onLoadError"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

onLoadInitEVENTconstant 
public static const onLoadInitEVENT:String = "onLoadInit"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

onLoadProgressEVENTconstant 
public static const onLoadProgressEVENT:String = "onLoadProgress"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

onLoadStartEVENTconstant 
public static const onLoadStartEVENT:String = "onLoadStart"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

onLoadTimeOutEVENTconstant 
public static const onLoadTimeOutEVENT:String = "onLoadTimeOut"

Player version: Flash Player 9.0
Language version: ActionScript 3.0