Packageorg.si.sion.utils.soundloader
Classpublic class SoundLoaderFileData
InheritanceSoundLoaderFileData Inheritance flash.events.EventDispatcher

File Data class for SoundLoader



Public Properties
 PropertyDefined 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
Events
 Event Summary Defined By
  SoundLoaderFileData
  SoundLoaderFileData
  SoundLoaderFileData
Property Detail
bytesLoadedproperty
bytesLoaded:int  [read-only]

loaded bytes


Implementation
    public function get bytesLoaded():int
bytesTotalproperty 
bytesTotal:int  [read-only]

total bytes


Implementation
    public function get bytesTotal():int
dataproperty 
data:*  [read-only]

loaded data


Implementation
    public function get data():*
dataIDproperty 
dataID:String  [read-only]

data id


Implementation
    public function get dataID():String
typeproperty 
type:String  [read-only]

data type


Implementation
    public function get type():String
urlStringproperty 
urlString:String  [read-only]

url string


Implementation
    public function get urlString():String
Event Detail
complete Event
Event Object Type: flash.events.Event
Event.type property = flash.events.Event.COMPLETE

error Event  
Event Object Type: flash.events.ErrorEvent
ErrorEvent.type property = flash.events.ErrorEvent.ERROR

progress Event  
Event Object Type: flash.events.ProgressEvent
ProgressEvent.type property = flash.events.ProgressEvent.PROGRESS