Package | com.sibirjak.angara.resource.loaders |
Interface | public interface ILoaderDelegate extends IResourceLoader, ILoaderItem, IProgressInfo, flash.events.IEventDispatcher, IDisplayAssetLoader |
Implementors | LoaderDelegate |
Property | Defined by | ||
---|---|---|---|
![]() | bytesLoaded : uint
Returns the number of bytes already loaded.
| IResourceLoader | |
![]() | bytesTotal : uint
Returns the number of bytes total.
| IResourceLoader | |
![]() | callbackFunction : Function
Defines a callback function that will be executed right before the
ResourceLoaderEvent.COMPLETE event.
| IResourceLoader | |
![]() | container : Sprite
Returns the previously defined container.
| IDisplayAssetLoader | |
![]() | content : *
Returns a reference to the loaded content.
| IResourceLoader | |
![]() | failedLoadingTrials : uint
Returns the number of failed loading trails.
| IResourceLoader | |
![]() | httpStatus : int
Returns the http status of a loaded resource.
| IResourceLoader | |
![]() | itemType : String
The type of the loader item.
| ILoaderItem | |
![]() | key : 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 | ||
![]() | loadingError : LoadingError
Returns the loading error in a ResourceLoaderEvent.FAILURE event.
| IResourceLoader | |
![]() | maxLoadingTrials : uint
Returns the max number of trails in case of failures.
| IResourceLoader | |
![]() | numItems : uint
Returns the number of items to be loaded within the loader item.
| IProgressInfo | |
![]() | numItemsFailed : uint
Returns the number of items failed within the loader item.
| IProgressInfo | |
![]() | numItemsLoaded : uint
Returns the number of items loaded within the loader item.
| IProgressInfo | |
![]() | progress : Number
Returns the progress of the loader item as a decimal value between zero and 1.
| IProgressInfo | |
![]() | scheduled : Boolean
Returns true, if the item already has been added to the loader manager
directly or to a sequence or a sequence manager.
| ILoaderItem | |
![]() | status : String
The current loading status.
| ILoaderItem | |
![]() | timeout : uint
Specifies a timeout after that the resource loader will fail.
| IResourceLoader | |
![]() | url : String
Returns the URL of the resource loader.
| IResourceLoader |
loaderContext | property |
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