| 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 |
| params — Property in class com.acleveraddress.net.multi_loader.items.MultiLoaderItem |
|
The params object is for saving associated parameters into the loader item when you first
create it, so that you may retrieve them later, so you don't need to reference the creation
source again once it has loaded, eg
var item : MultiLoaderItem = ml.add(imageXML.source, {key: 'img_1');
item.params = {width: imageXML.width, height: imageXML.height};
ml.start();
... |
| path — Property in class com.acleveraddress.net.multi_loader.items.MultiLoaderItem |
|
The path to the resource - may be relative or absolute
|
| pause() — Method in class com.acleveraddress.net.multi_loader.MultiLoader |
|
Pauses all items so no loading takes place
Any items which were partially loaded may or may not lose the bytes loaded
so far, depending on the browser being used
|
| pause() — Method in class com.acleveraddress.net.multi_loader.extras.FLVPlayer |
| |
| pause() — Method in class com.acleveraddress.net.multi_loader.extras.SoundItem |
|
Pauses the sound
|
| pause(key) — Static method in class com.acleveraddress.net.multi_loader.extras.SoundManager |
|
Pause a Sound object
|
| pauseAll() — Static method in class com.acleveraddress.net.multi_loader.extras.SoundManager |
|
Pause every Sound object that this manager controls
|
| paused — Property in class com.acleveraddress.net.multi_loader.extras.FLVPlayer |
| |
| PAUSED — Constant static property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderVideoItem |
| |
| pendingItems(loader:com.acleveraddress.net.multi_loader:MultiLoader) — Static method in class com.acleveraddress.net.multi_loader.MultiLoaderManager |
|
|
| percentage — Property in class com.acleveraddress.net.multi_loader.utils.profiler.controls.Bar |
| |
| percentageScale — Static property in class com.acleveraddress.net.multi_loader.MultiLoader |
|
What the loading percentages are returned as
If this is set to 100 then you'll get back an actual percent
If this is set to 1 then you'll get back a value between 0-1
|
| percentLoaded — Property in class com.acleveraddress.net.multi_loader.items.MultiLoaderItem |
|
|
| play(stream, start, len, reset) — Method in class com.acleveraddress.net.multi_loader.extras.FLVPlayer |
| |
| play(startTime, loops, volume, panning) — Method in class com.acleveraddress.net.multi_loader.extras.SoundItem |
|
Play the sound object
|
| play(key, startTime, loops, volume, panning) — Static method in class com.acleveraddress.net.multi_loader.extras.SoundManager |
|
Play the sound object
|
| PLAY_COMPLETE — Constant static property in class com.acleveraddress.net.multi_loader.data.NetEventCode |
| |
| playing — Property in class com.acleveraddress.net.multi_loader.extras.FLVPlayer |
| |
| playMode — Property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderVideoItem |
| |
| PLAY_START — Constant static property in class com.acleveraddress.net.multi_loader.data.NetEventCode |
| |
| PLAY_STOP — Constant static property in class com.acleveraddress.net.multi_loader.data.NetEventCode |
| |
| policyFile — Property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderImageItem |
|
The policy file to download. |
| policyFile — Property in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderSWFItem |
|
The policy file to download. |
| pow(base, exp) — Static method in class com.acleveraddress.net.multi_loader.utils.FormatUtils |
|
A speedy way to do Math.pow(x,y)
|
| preventCaching — Static property in class com.acleveraddress.net.multi_loader.MultiLoader |
|
Default setting for whether files should prevent caching
May be overridden by the item itself
|
| preventCaching — Property in class com.acleveraddress.net.multi_loader.items.MultiLoaderItem |
|
Whether this item should enforce a fresh load (true) or if it tries to load a
cached version. |
| priority — Property in class com.acleveraddress.net.multi_loader.items.MultiLoaderItem |
|
The priority of this item - set to 0 by default
|
| PRIORITY_UPDATED — Constant static property in class com.acleveraddress.net.multi_loader.events.MultiLoaderEvent |
| |
| progress — Property in class com.acleveraddress.net.multi_loader.extras.FLVPlayer |
| |
| PROGRESS — Constant static property in class com.acleveraddress.net.multi_loader.events.MultiLoaderProgressEvent |
| |
| progressHandler(event) — Method in class com.acleveraddress.net.multi_loader.items.MultiLoaderItem |
| |
| progressHandler(event) — Method in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderSWFItem |
| |
| PUBLISH_END — Constant static property in class com.acleveraddress.net.multi_loader.data.NetEventCode |
| |
| PUBLISH_START — Constant static property in class com.acleveraddress.net.multi_loader.data.NetEventCode |
| |
|
| 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 |