Packagecom.sibirjak.angara.resource.loaders
Interfacepublic interface ILoaderDelegate extends IResourceLoader, ILoaderItem, IProgressInfo, flash.events.IEventDispatcher, IDisplayAssetLoader
ImplementorsLoaderDelegate

Extends the IResourceLoader interface with flash Loader 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
 Inheritedcontainer : Sprite
Returns the previously defined container.
IDisplayAssetLoader
 Inheritedcontent : *
Returns a reference to the loaded content.
IResourceLoader
 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
  loaderContext : LoaderContext
[write-only] Speficies a LoaderContext property with security and application domain information.
ILoaderDelegate
 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
loaderContextproperty
loaderContext:LoaderContext  [write-only]

Speficies a LoaderContext property with security and application domain information.

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

Implementation
    public function set loaderContext(value:LoaderContext):void