Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
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
private function searchStageInstance():void
Waits for the existence of the main “stage” object instance and broadcasts an event/calls associated methods when it becomes available.
public function set seconds(secondVal: uint)
public function set sendData (dataObject: Object)
public function sendExternalEvent (externalEvent: Object)
Sends an external event to a specific node using the LocalConnection object.
Sets the limit value on the number of allowable concurrent loads.
Dummy proprty intercept that reports an error (the _content) property may only be set internally.
Enables or disables fast buffering for any subsequent load operation (will not affect an active one).
Sets the number of hours in the time object.
Sets the timeout value (in seconds) for all subsequent load operations.
Sets the server submission method to use when the load operation submits data.
Sets the number of milliseconds in the time object.
Sets the number of minutes in the time object.
Sets the path (URL or local file reference) from which to load the asset or data from.
Sets the number of seconds in the time object.
Assigns any data to be sent to the URL request.
Sets the total hours value for the whole time object.
Sets the total milliseconds value for the whole time object.
Sets the total minutes value for the whole time object.
Sets the total seconds value for the whole time object.
Specifies the target content type into which the loaded data should be converted.
Assigns a FIFOBuffer instance for use with this load item.
public function setBit(bitPos: Number,
inputNum: Number,
bitVal: Boolean)
Sets the bit at the specified position in the input number to the specified value.
private function setDefaults ():void
Sets default properties, instances, and values at class instantiation.
private function setListeners()
Sets default listeners for the API.
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
Sets event listeners for the class instance/API chain.
public function setStageCallback(methodRef: Function):void
Registers the supplied method with a list of callback methods to invoke when the main `stage` object becomes available.
public function splitVersionInfo(versionString: String):Object
Splits a version string such as “2.1.5r12” to its constituent parts.
public function get stageExists():Boolean
public function start ():void
Attempts to start the load operation.
public function startCountDown(... args):void
Starts a countdown timer based on the current time settings of the time object (e.g.
public function startCountUp(... args):void
Starts a countup timer.
private function startFastBuffer ():void
Begins the fast buffer thread used for more accurate updates of the transfer buffer.
public function startLoad (loadItem: LoadItem,
... args):Boolean
Begins an asset or data load from the network or local file location.
public function startThreads(... args):void
Begins threaded execution of any threads added via the createThread method.
public function get status():int
public function stopCountDown():void
Stops the count down timer.
public function stopCountUp():void
Stops the count up timer.
private function stopFastBuffer ():void
Stops the fast buffer execution thread, if running, and cleans up the Thread instance for garbage collection.
public function stopThreads()
Stops any executing threads.
public function stripLeadingSpace(inputStr: String):String
Strips the leading spaces from a string and returns the processed string.
public function stripOutsideSpace (inputStr: String):String
Strips spaces from both the end and the beginning of the input string.
public function stripTrailingSpace(inputStr: String):String
Strips the trailing spaces from a string and returns the processed string.
Manages the execution of a single thread instance.
public function Thread (threadObj: Object)
Constructor method for the class.
Manages the creation, destruction, and execution of thread instances.
public function ThreadManager ()
Constructor method for the class.
private static var ThreadManager_executionTrack: Object
(Object) Tracks the current execution state including the current Thread offset, current priority, current execution style, and so on.
private static var ThreadManager_threads: Array
(Array) An array of all created threads.
private static var ThreadManager_timer: Timer
(Timer) Execution Timer instance.
Stores and automatically calculates time values for hours, minutes, seconds, and milliseconds.
public function TimeObject(... args)
Creates a new TimeObject instance.
public function toBinaryString (inputNum: *):String
Converts the input number to its binary representation as a string.
public function toDollarString (inp: Number,
dollarSign: String):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 toHexString(input: String):String
Converts the input string to its hexadecimal representation.
public function toHexValue(input: Number):String
Converts the input number to its hexadecimal string representation.
override public function toString():String
The default return handler for any object-to-string requests such as trace statements.
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)
public function updateFastBuffer ():void
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 urlDecode(inString: String):String
Decodes URL-encoded entities in the inut string to their actual values.
public function set useFIFOBuffer (buffer: FIFOBuffer)
public function valueExists(... value):Boolean
Checks whether or not the value in the parameter exists.
private function verifyXMLs(startNode: XML):Boolean
public function get version():String
Provides facilities for dealing with XMLs-structured data.
public function XMLs(...args)
The constructor method for the class.
private static var XMLs_version: String
(String) A string version of the XMLs document version supported by this class.
public function get year():Number
public const ZLIB_HEADER: String
(String) The three byte signature that identifies a ZLIB compressed file.