+
Show TOC
×
Hide TOC
All methods
addEventListener
addItem
Adds an item to the loading queue
addItemAt
Adds an item to the loading queue at a specific position
addQueue
public static method
completeHandler
connectStream
deConfigureListeners
CSSItem
deConfigureListeners
FLVItem
deConfigureListeners
GenericItem
deConfigureListeners
ImageItem
deConfigureListeners
MPSoundItem
deConfigureListeners
PCMSoundItem
deConfigureListeners
SWFItem
deConfigureListeners
XMLItem
deConfigureListeners
ZIPItem
dispatchEvent
dispose
AbstractItem
dispose
interface definition
ILoadable
dispose
QueueLoader
Removes Items Loaded from memory for Garbage Collection
dispose
CSSItem
dispose
FLVItem
dispose
GenericItem
dispose
ImageItem
dispose
MPSoundItem
dispose
PCMSoundItem
dispose
SWFItem
dispose
XMLItem
dispose
ZIPItem
disposeAll
public static method
execute
Executes the loading sequence
getItemAt
Returns an item in the loading queue at a specific index
getItemByTitle
Returns an item in the loading queue by searching the title.
getLoadedItems
Returns an array of items that have been succesfully loaded.
getQueue
public static method
getQueuedItems
Returns an array of items that have NOT been loaded yet and are still in the queue.
hasEventListener
httpStatusHandler
initItems
public static method
ioErrorHandler
isLoading
Removes Items Loaded from memory for Garbage Collection
length
public static method
load
AbstractItem
load
interface definition
ILoadable
load
CSSItem
load
FLVItem
load
GenericItem
load
ImageItem
load
MPSoundItem
load
PCMSoundItem
load
SWFItem
load
XMLItem
load
ZIPItem
loadXML
Adds a group of items to the loading queue at a specific position
openHandler
progressHandler
registerItem
AbstractItem
registerItem
interface definition
ILoadable
removeEventListener
removeItemAt
Removes an item to the loading queue at a specific position
removeQueue
public static method
resume
Resumes Loading
shuffle
This method simply pulls any number of items from a specific index and inserts them into another place in the queue.
sortOn
allows input of a sort function for sorting the array see Array.sortOn(); sortOn() will provide sorting accessing the public methods of the Item's class.
stop
AbstractItem
stop
interface definition
ILoadable
stop
QueueLoader
Stops Loading
stop
CSSItem
stop
FLVItem
stop
GenericItem
stop
ImageItem
stop
MPSoundItem
stop
PCMSoundItem
stop
SWFItem
stop
XMLItem
stop
ZIPItem
traceClassList
public static method
willTrigger