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  
CAMERA_ACTIVE — Constant static property in class com.acleveraddress.net.multi_loader.data.NetEventCode
CAMERA_DISABLED — Constant static property in class com.acleveraddress.net.multi_loader.data.NetEventCode
canPlay — Property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderVideoItem
canPlayToEnd — Property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderVideoItem
channel — Property in class com.acleveraddress.net.multi_loader.extras.SoundItem
The SoundChannel you wish to associate.
channel — Property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderSoundItem
checkBandwidth() — Method in class com.acleveraddress.net.multi_loader.extras.FLVPlayer
checkPolicyFile — Property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderImageItem
Specifies whether Flash Player should attempt to download a cross-domain policy file from the loaded object's server before beginning to load the object itself.
checkPolicyFile — Property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderSoundItem
checkPolicyFile — Property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderSWFItem
Specifies whether Flash Player should attempt to download a cross-domain policy file from the loaded object's server before beginning to load the object itself.
checkPolicyFile — Property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderVideoItem
clear() — Method in class com.acleveraddress.net.multi_loader.extras.FLVPlayer
clone() — Method in class com.acleveraddress.net.multi_loader.events.ConnectionEvent
clone() — Method in class com.acleveraddress.net.multi_loader.events.MultiLoaderErrorEvent
clone() — Method in class com.acleveraddress.net.multi_loader.events.MultiLoaderEvent
clone() — Method in class com.acleveraddress.net.multi_loader.events.MultiLoaderProgressEvent
clone() — Method in class com.acleveraddress.net.multi_loader.events.VideoEvent
close() — Method in class com.acleveraddress.net.multi_loader.extras.FLVPlayer
colour — Property in class com.acleveraddress.net.multi_loader.utils.profiler.controls.Bar
com.acleveraddress.net.multi_loader — Package
com.acleveraddress.net.multi_loader.abstract — Package
com.acleveraddress.net.multi_loader.data — Package
com.acleveraddress.net.multi_loader.events — Package
com.acleveraddress.net.multi_loader.extras — Package
com.acleveraddress.net.multi_loader.items — Package
com.acleveraddress.net.multi_loader.items.types — Package
com.acleveraddress.net.multi_loader.utils — Package
com.acleveraddress.net.multi_loader.utils.profiler — Package
com.acleveraddress.net.multi_loader.utils.profiler.controls — Package
com.acleveraddress.net.multi_loader.utils.profiler.views — Package
completeHandler(evt) — Method in class com.acleveraddress.net.multi_loader.items.MultiLoaderItem
completeHandler(evt) — Method in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderImageItem
completeHandler(evt) — Method in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderSoundItem
completeHandler(evt) — Method in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderSWFItem
completeHandler(evt) — Method in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderTextItem
completeHandler(evt) — Method in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderVideoItem
completeHandler(evt) — Method in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderXMLItem
CONNECT_FAIL — Constant static property in class com.acleveraddress.net.multi_loader.data.NetEventCode
CONNECT_FAIL — Constant static property in class com.acleveraddress.net.multi_loader.events.ConnectionEvent
connection — Property in class com.acleveraddress.net.multi_loader.extras.FLVPlayer
ConnectionEvent — Class in package com.acleveraddress.net.multi_loader.events
Used for video connections
ConnectionEvent(type, bubbles, cancelable) — Constructor in class com.acleveraddress.net.multi_loader.events.ConnectionEvent
connections — Property in class com.acleveraddress.net.multi_loader.MultiLoader
Maximum number of assets (simultaneous connections) that can be downloaded at one time.
connectionsPerHost — Property in class com.acleveraddress.net.multi_loader.MultiLoader
CONNECT_OK — Constant static property in class com.acleveraddress.net.multi_loader.data.NetEventCode
CONNECT_OK — Constant static property in class com.acleveraddress.net.multi_loader.events.ConnectionEvent
CONNECT_REJECT — Constant static property in class com.acleveraddress.net.multi_loader.data.NetEventCode
content — Property in class com.acleveraddress.net.multi_loader.items.MultiLoaderItem
When the asset is loaded the content is set to the loaded item
content — Property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderImageItem
When the asset is loaded the content is set to the loaded item - this is an UNTYPED Bitmap, so suggested use would be:

var bmp : Bitmap = myMultiLoaderInstance.getContent('my_img') as Bitmap;
content — Property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderSoundItem
When the asset is loaded the content is set to the loaded item - this is an UNTYPED Sound, so suggested use would be:

var snd : Sound = myMultiLoaderInstance.getContent('my_sound') as Sound;
content — Property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderSWFItem
When the asset is loaded the content is set to the loaded item - this is an UNTYPED MovieClip, so suggested use would be:

var mc : MovieClip = myMultiLoaderInstance.getContent('my_mc') as MovieClip; or var spr : Sprite = myMultiLoaderInstance.getContent('my_sprite') as Sprite;
content — Property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderTextItem
When the asset is loaded the content is set to the loaded item - this is an UNTYPED String, so suggested use would be:

var snd : String = myMultiLoaderInstance.getContent('my_string') as Sound;
content — Property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderVideoItem
When the asset is loaded the content is set to the loaded item - this is an UNTYPED NetStream, so suggested use would be:

var stream : NetStream = myMultiLoaderInstance.getContent('my_stream') as NetStream;
content — Property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderXMLItem
When the asset is loaded the content is set to the loaded item - this is an UNTYPED XML, so suggested use would be:

var xml : XML = myMultiLoaderInstance.getContent('my_xml') as XML;
context — Property in class com.acleveraddress.net.multi_loader.items.MultiLoaderItem
The LoaderContext to be used, if necessary
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