Package | fl.rsl |
Class | public class SWZInfo |
Inheritance | SWZInfo RSLInfo EventDispatcher Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS5 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
bytesLoaded : int [read-only]
Indicates the number of bytes that have been loaded thus far for all files being loaded. | RSLInfo | ||
bytesTotal : int [read-only]
Indicates the total number of bytes that have been loaded thus far for all files being loaded. | RSLInfo | ||
complete : Boolean [read-only]
Returns a value of true if the download has completed
successfully and false if
the download is not yet complete or has failed. | RSLInfo | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
currentAttemptIndex : int [read-only]
Returns the index of the URL currently attempting to download. | RSLInfo | ||
digest : String [read-only]
Returns the read-only digest that was set in the constructor. | SWZInfo | ||
failed : Boolean [read-only]
Returns a value of true if the download has failed and false
if the download is
not yet complete or has completed successfully. | RSLInfo | ||
loader : Loader [read-only]
Returns the loader used to download the RSL. | RSLInfo | ||
policyFileURLs : Array [read-only]
Returns an array of policy file URLs that have been added via addEntry(). | RSLInfo | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
rslURLs : Array [read-only]
Returns an array of RSL URLs added via addEntry(). | RSLInfo |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | SWZInfo | ||
Adds a series of URLs (RSL files and policy files). | RSLInfo | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | EventDispatcher | ||
Dispatches an event into the event flow. | EventDispatcher | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | EventDispatcher | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Starts the RSL download. | RSLInfo | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Removes a listener from the EventDispatcher object. | EventDispatcher | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of
its ancestors for the specified event type. | EventDispatcher |
Mon Nov 28 2011, 06:48 AM -08:00