Packagecom.sibirjak.angara.resource.loaders
Interfacepublic interface IURLLoaderDelegate extends IResourceLoader, ILoaderItem, IProgressInfo, flash.events.IEventDispatcher
ImplementorsURLLoaderDelegate

Extends the IResourceLoader interface with flash URLLoader functionality.



Public Properties
 PropertyDefined by
 InheritedbytesLoaded : uint
Returns the number of bytes already loaded.
IResourceLoader
 InheritedbytesTotal : uint
Returns the number of bytes total.
IResourceLoader
 InheritedcallbackFunction : Function
Defines a callback function that will be executed right before the ResourceLoaderEvent.COMPLETE event.
IResourceLoader
 Inheritedcontent : *
Returns a reference to the loaded content.
IResourceLoader
  dataFormat : String
[write-only] Specifies the data format of the resource to load.
IURLLoaderDelegate
 InheritedfailedLoadingTrials : uint
Returns the number of failed loading trails.
IResourceLoader
 InheritedhttpStatus : int
Returns the http status of a loaded resource.
IResourceLoader
 InheriteditemType : String
The type of the loader item.
ILoaderItem
 Inheritedkey : String
Returns the identifying key of the loader item.
ILoaderItem
 InheritedloadingError : LoadingError
Returns the loading error in a ResourceLoaderEvent.FAILURE event.
IResourceLoader
 InheritedmaxLoadingTrials : uint
Returns the max number of trails in case of failures.
IResourceLoader
 InheritednumItems : uint
Returns the number of items to be loaded within the loader item.
IProgressInfo
 InheritednumItemsFailed : uint
Returns the number of items failed within the loader item.
IProgressInfo
 InheritednumItemsLoaded : uint
Returns the number of items loaded within the loader item.
IProgressInfo
 Inheritedprogress : Number
Returns the progress of the loader item as a decimal value between zero and 1.
IProgressInfo
 Inheritedscheduled : Boolean
Returns true, if the item already has been added to the loader manager directly or to a sequence or a sequence manager.
ILoaderItem
 Inheritedstatus : String
The current loading status.
ILoaderItem
 Inheritedtimeout : uint
Specifies a timeout after that the resource loader will fail.
IResourceLoader
 Inheritedurl : String
Returns the URL of the resource loader.
IResourceLoader
Public Methods
 MethodDefined by
 Inherited
getProperty(name:String):*
Lets you pull a prior specified runtime property.
IResourceLoader
 Inherited
load():void
Starts loading of the resource.
IResourceLoader
 Inherited
pause():void
Marks the item to be ignored by subsequent loader manager queue pulling operations.
ILoaderItem
 Inherited
resume():void
Marks a prior paused item to be eligible for loader manager queue polling operations.
ILoaderItem
 Inherited
setProperty(name:String, value:*):void
Lets you specify an arbitrary runtime property to be available within each resource loader event.
IResourceLoader
 Inherited
stop():void
Immediately stops loading of the item or its containing items.
ILoaderItem
Property detail
dataFormatproperty
dataFormat:String  [write-only]

Specifies the data format of the resource to load.

You need to set up this property before the loader starts loading.

Implementation
    public function set dataFormat(value:String):void