| Package | org.si.sion.utils.soundloader | 
| Class | public class SoundLoaderFileData | 
| Inheritance | SoundLoaderFileData    flash.events.EventDispatcher | 
| Property | Defined By | ||
|---|---|---|---|
| bytesLoaded : int [read-only]  loaded bytes   | SoundLoaderFileData | ||
| bytesTotal : int [read-only]  total bytes   | SoundLoaderFileData | ||
| data : * [read-only]  loaded data   | SoundLoaderFileData | ||
| dataID : String [read-only]  data id   | SoundLoaderFileData | ||
| type : String [read-only]  data type   | SoundLoaderFileData | ||
| urlString : String [read-only]  url string   | SoundLoaderFileData | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| SoundLoaderFileData | ||||
| SoundLoaderFileData | ||||
| SoundLoaderFileData | ||||
| bytesLoaded | property | 
bytesLoaded:int  [read-only] loaded bytes
    public function get bytesLoaded():int| bytesTotal | property | 
bytesTotal:int  [read-only] total bytes
    public function get bytesTotal():int| data | property | 
data:*  [read-only] loaded data
    public function get data():*| dataID | property | 
dataID:String  [read-only] data id
    public function get dataID():String| type | property | 
type:String  [read-only] data type
    public function get type():String| urlString | property | 
urlString:String  [read-only] url string
    public function get urlString():String| complete | Event | 
flash.events.Eventflash.events.Event.COMPLETE
| error | Event | 
flash.events.ErrorEventflash.events.ErrorEvent.ERROR
| progress | Event | 
flash.events.ProgressEventflash.events.ProgressEvent.PROGRESS