| Package | com.bourre.media.sound |
| Class | public class SoundLoaderEvent |
| Inheritance | SoundLoaderEvent LoaderEvent BasicEvent flash.events.Event |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
| Method | Defined by | ||
|---|---|---|---|
|
SoundLoaderEvent(type:String, sl:SoundLoader, errorMessage:String = "")
| SoundLoaderEvent | ||
![]() |
clone():Event
Clone the event
| BasicEvent | |
![]() |
getErrorMessage():String
Returns the error message carried by this event.
| LoaderEvent | |
![]() |
Returns the loader object carried by this event.
| LoaderEvent | |
![]() |
getName():String
Returns the loader named carried by this event.
| LoaderEvent | |
![]() |
getPerCent():Number
Returns the loading progression value of object carried by
this event.
| LoaderEvent | |
| SoundLoaderEvent | |||
![]() |
getTarget():Object
Returns the current source of this event object.
| BasicEvent | |
![]() |
getType():String
Returns the type of this event, which generally correspond
to the name of the called function on the listener.
| BasicEvent | |
![]() |
setErrorMessage(errorMessage:String = ""):void
Sets the error message to be carried by this event.
| LoaderEvent | |
![]() |
setTarget(oTarget:Object):void
Defines the new source object of this event.
| BasicEvent | |
![]() |
setType(en:String):void
Defines the new event type for this event object.
| BasicEvent | |
![]() |
toString():String
Returns the string representation of this instance.
| BasicEvent | |
| Constant | Defined 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 | ||
| SoundLoaderEvent | () | constructor |
public function SoundLoaderEvent(type:String, sl:SoundLoader, errorMessage:String = "")
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
type:String |
|
sl:SoundLoader |
|
errorMessage:String (default = "") |
| getSoundLoader | () | method |
public function getSoundLoader():SoundLoader
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
SoundLoader |
| onLoadErrorEVENT | constant |
public static const onLoadErrorEVENT:String = "onLoadError"
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
| onLoadInitEVENT | constant |
public static const onLoadInitEVENT:String = "onLoadInit"
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
| onLoadProgressEVENT | constant |
public static const onLoadProgressEVENT:String = "onLoadProgress"
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
| onLoadStartEVENT | constant |
public static const onLoadStartEVENT:String = "onLoadStart"
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
| onLoadTimeOutEVENT | constant |
public static const onLoadTimeOutEVENT:String = "onLoadTimeOut"
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |