S | |
searchStageInstance, CoreObject | |
seconds, TimeObject | |
sendData, LoadItem | |
sendExternalEvent, Events | |
set concurrentLoadLimit, LoadManager | |
set content, LoadItem | |
set fastBuffer, LoadItem | |
set hours, TimeObject | |
set loadTimeout, LoadManager | |
set method, LoadItem | |
set milliseconds, TimeObject | |
set minutes, TimeObject | |
set path, LoadItem | |
set seconds, TimeObject | |
set sendData, LoadItem | |
set totalHours, TimeObject | |
set totalMilliseconds, TimeObject | |
set totalMinutes, TimeObject | |
set totalSeconds, TimeObject | |
set type, LoadItem | |
set useFIFOBuffer, LoadItem | |
setBit, CoreData | |
setDefaults, LoadItem | |
setListeners | |
setSoundListeners, LoadItem | |
setStageCallback, CoreObject | |
splitVersionInfo, CoreData | |
stageExists, CoreObject | |
start, LoadItem | |
startCountDown, TimeObject | |
startCountUp, TimeObject | |
startFastBuffer, LoadItem | |
startLoad, LoadManager | |
startThreads, ThreadManager | |
status, Thread | |
stopCountDown, TimeObject | |
stopCountUp, TimeObject | |
stopFastBuffer, LoadItem | |
stopThreads, ThreadManager | |
stripLeadingSpace, CoreData | |
stripOutsideSpace, CoreData | |
stripTrailingSpace, CoreData | |
T | |
Thread | |
ThreadManager | |
ThreadManager_executionTrack, ThreadManager | |
ThreadManager_threads, ThreadManager | |
ThreadManager_timer, ThreadManager | |
TimeObject | |
toBinaryString, CoreData | |
toDollarString, CoreData | |
toHexString, CoreData | |
toHexValue, CoreData | |
toString, DateObject | |
totalHours, TimeObject | |
totalMilliseconds, TimeObject | |
totalMinutes, TimeObject | |
totalSeconds, TimeObject | |
type, LoadItem | |
U | |
updateFastBuffer, LoadItem | |
urlDecode, CoreData | |
useFIFOBuffer, LoadItem | |
V | |
valueExists, CoreData | |
Variables | |
verifyXMLs, XMLs | |
version, CoreObject | |
X | |
XMLs | |
XMLs_version, XMLs | |
Y | |
year, DateObject | |
Z | |
ZLIB_HEADER, LoadItem |
Waits for the existence of the main “stage” object instance and broadcasts an event/calls associated methods when it becomes available.
private function searchStageInstance():void
public function set seconds( secondVal: uint )
public function set sendData ( dataObject: Object )
Sends an external event to a specific node using the LocalConnection object.
public function sendExternalEvent ( externalEvent: Object )
Sets the bit at the specified position in the input number to the specified value.
public function setBit( bitPos: Number, inputNum: Number, bitVal: Boolean )
Sets default properties, instances, and values at class instantiation.
private function setDefaults ():void
Sets default listeners for the API.
private function setListeners()
Sets event listeners for the class instance/API chain.
private function setListeners ():void
Sets event listeners for the class instance/API chain.
private function setListeners ():void
Sets event listeners for the class instance/API chain.
private function setSoundListeners ():void
Registers the supplied method with a list of callback methods to invoke when the main `stage` object becomes available.
public function setStageCallback( methodRef: Function ):void
Splits a version string such as “2.1.5r12” to its constituent parts.
public function splitVersionInfo( versionString: String ):Object
public function get stageExists():Boolean
Attempts to start the load operation.
public function start ():void
Starts a countdown timer based on the current time settings of the time object (e.g.
public function startCountDown( ... args ):void
Starts a countup timer.
public function startCountUp( ... args ):void
Begins the fast buffer thread used for more accurate updates of the transfer buffer.
private function startFastBuffer ():void
Begins an asset or data load from the network or local file location.
public function startLoad ( loadItem: LoadItem, ... args ):Boolean
Begins threaded execution of any threads added via the createThread method.
public function startThreads( ... args ):void
public function get status():int
Stops the count down timer.
public function stopCountDown():void
Stops the count up timer.
public function stopCountUp():void
Stops the fast buffer execution thread, if running, and cleans up the Thread instance for garbage collection.
private function stopFastBuffer ():void
Stops any executing threads.
public function stopThreads()
Strips the leading spaces from a string and returns the processed string.
public function stripLeadingSpace( inputStr: String ):String
Strips spaces from both the end and the beginning of the input string.
public function stripOutsideSpace ( inputStr: String ):String
Strips the trailing spaces from a string and returns the processed string.
public function stripTrailingSpace( inputStr: String ):String
Constructor method for the class.
public function Thread ( threadObj: Object )
Constructor method for the class.
public function ThreadManager ()
(Object) Tracks the current execution state including the current Thread offset, current priority, current execution style, and so on.
private static var ThreadManager_executionTrack: Object
(Array) An array of all created threads.
private static var ThreadManager_threads: Array
(Timer) Execution Timer instance.
private static var ThreadManager_timer: Timer
Creates a new TimeObject instance.
public function TimeObject( ... args )
Converts the input number to its binary representation as a string.
public function toBinaryString ( inputNum: * ):String
Converts an input number (integer or real) into a properly formatted dollar string in the format “$##.##” (more or less numbers are used for the dollar value depending on the size of the number).
public function toDollarString ( inp: Number, dollarSign: String ):String
Converts the input string to its hexadecimal representation.
public function toHexString( input: String ):String
Converts the input number to its hexadecimal string representation.
public function toHexValue( input: Number ):String
The default return handler for any object-to-string requests such as trace statements.
override public function toString():String
public function set totalHours( thVal: Number )
public function set totalMilliseconds( tmsVal: uint )
public function set totalMinutes( tmVal: Number )
public function set totalSeconds( tsVal: Number )
public function set type ( typeStr: String )
Updates the internal fast buffer which is read on a regular interval, as opposed to the standard progress event broadcast whenever a block of data is read.
public function updateFastBuffer ():void
Decodes URL-encoded entities in the inut string to their actual values.
public function urlDecode( inString: String ):String
public function set useFIFOBuffer ( buffer: FIFOBuffer )
Checks whether or not the value in the parameter exists.
public function valueExists( ... value ):Boolean
private function verifyXMLs( startNode: XML ):Boolean
public function get version():String
The constructor method for the class.
public function XMLs( ...args )
(String) A string version of the XMLs document version supported by this class.
private static var XMLs_version: String
public function get year():Number
(String) The three byte signature that identifies a ZLIB compressed file.
public const ZLIB_HEADER: String