| 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 | |
| meta — Property in class com.acleveraddress.net.multi_loader.extras.FLVPlayer | |
| META_LOADED — Constant static property in class com.acleveraddress.net.multi_loader.events.VideoEvent | |
| MICROPHONE_ACTIVE — Constant static property in class com.acleveraddress.net.multi_loader.data.NetEventCode | |
| MICROPHONE_DISABLED — Constant static property in class com.acleveraddress.net.multi_loader.data.NetEventCode | |
| MultiLoader — Class in package com.acleveraddress.net.multi_loader | |
|
The MultiLoader Class is for managing the loading of multiple assets
MultiLoader can load in images, videos, sounds, text and XML Basic instantiation is: var ml : MultiLoader = MultiLoader.getLoader("my_loader");
To add an asset to the queue in the simplest way, you can use: ml.add("http://www.my_site.com/my_image.jpg", MultiLoaderTypes.IMAGE);
And once all required assets have been added, the loader should be told to begin: ml.start();
|
|
| MultiLoader(flag) — Constructor in class com.acleveraddress.net.multi_loader.MultiLoader | |
|
This is the MultiLoader constructor, but it's not for access outside the MultiLoader library Instead use MultiLoader.getLoader(name), eg: var ml : MultiLoader = MultiLoader.getLoader("my_loader");
|
|
| MultiLoaderClassExtractor — Class in package com.acleveraddress.net.multi_loader.utils | |
| Used for extracting assets from the library in the Flash IDE | |
| MultiLoaderDebug — Class in package com.acleveraddress.net.multi_loader.utils | |
| Manages all errors, warnings, and debug messages. | |
| MultiLoaderErrorEvent — Class in package com.acleveraddress.net.multi_loader.events | |
| MultiLoaderErrorEvent(type, id, value, bubbles) — Constructor in class com.acleveraddress.net.multi_loader.events.MultiLoaderErrorEvent | |
| MultiLoaderEvent — Class in package com.acleveraddress.net.multi_loader.events | |
| MultiLoaderEvent(type, id, value, bubbles) — Constructor in class com.acleveraddress.net.multi_loader.events.MultiLoaderEvent | |
| MultiLoaderImageItem — Class in package com.acleveraddress.net.multi_loader.items.types | |
| MultiLoaderImageItem(path, type, props, params) — Constructor in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderImageItem | |
|
Creates a new MultiLoaderImageItem object, and prepares it for loading When loaded, the content of this is set to the loaded Bitmap object |
|
| MultiLoaderItem — Class in package com.acleveraddress.net.multi_loader.items | |
| This class is the basis of every loaded item. | |
| MultiLoaderItem(path, type, props, params) — Constructor in class com.acleveraddress.net.multi_loader.items.MultiLoaderItem | |
| Create a new MultiLoaderItem | |
| MultiLoaderItemManager — Class in package com.acleveraddress.net.multi_loader.items | |
|
A collection of static methods which return loading data for all
items in every current loader
As this information is always returned in the progress event, it shouldn't really be necessary to access this directly. |
|
| MultiLoaderManager — Class in package com.acleveraddress.net.multi_loader | |
|
A collection of static methods which help manage new and exisiting loaders,
and returns loading data for all items in a specific loader instance
As this information is always returned in the progress event, it shouldn't really be necessary to access this directly. |
|
| MultiLoaderProfiler — Class in package com.acleveraddress.net.multi_loader.utils | |
| This profiler adds an option to the context menu to show or hide a simple graphical display of what is loading, and the progress of each item and loader. | |
| MultiLoaderProfilerBaseView — Class in package com.acleveraddress.net.multi_loader.utils.profiler | |
| MultiLoaderProfilerBaseView() — Constructor in class com.acleveraddress.net.multi_loader.utils.profiler.MultiLoaderProfilerBaseView | |
| MultiLoaderProfilerButton — Class in package com.acleveraddress.net.multi_loader.utils.profiler.controls | |
| MultiLoaderProfilerButton() — Constructor in class com.acleveraddress.net.multi_loader.utils.profiler.controls.MultiLoaderProfilerButton | |
| MultiLoaderProgressEvent — Class in package com.acleveraddress.net.multi_loader.events | |
| Used for progress events, to manage the loading details | |
| MultiLoaderProgressEvent(type, bytesLoaded, bytesTotal, ratioLoaded, ratioTotal, weightLoaded, weightTotal, startTime, bubbles) — Constructor in class com.acleveraddress.net.multi_loader.events.MultiLoaderProgressEvent | |
| MultiLoaderQuickLoad — Class in package com.acleveraddress.net.multi_loader | |
| The quickest, simplest way to load an item - suitable for quick testing, or if you don't need access to the loader. | |
| MultiLoaderSoundItem — Class in package com.acleveraddress.net.multi_loader.items.types | |
| MultiLoaderSoundItem(path, type, props, params) — Constructor in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderSoundItem | |
|
Creates a new MultiLoaderSoundItem object, and prepares it for loading When loaded, the content of this is set to the loaded Sound object |
|
| MultiLoaderSWFItem — Class in package com.acleveraddress.net.multi_loader.items.types | |
| MultiLoaderSWFItem(path, type, props, params) — Constructor in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderSWFItem | |
|
Creates a new MultiLoaderSWFItem object, and prepares it for loading When loaded, the content of this is set to the loaded MovieClip object |
|
| MultiLoaderTextItem — Class in package com.acleveraddress.net.multi_loader.items.types | |
| MultiLoaderTextItem(path, type, props, params) — Constructor in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderTextItem | |
|
Creates a new MultiLoaderTextItem object, and prepares it for loading When loaded, the content of this is set to the loaded String object |
|
| MultiLoaderTypes — Class in package com.acleveraddress.net.multi_loader.data | |
Each asset needs to be of a certain type, ie:
|
|
| MultiLoaderVideoItem — Class in package com.acleveraddress.net.multi_loader.items.types | |
| MultiLoaderVideoItem(path, type, props, params) — Constructor in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderVideoItem | |
|
Creates a new MultiLoaderVideoItem object, and prepares it for loading When loaded, the content of this is set to the loaded NetStream object |
|
| MultiLoaderXMLItem — Class in package com.acleveraddress.net.multi_loader.items.types | |
| MultiLoaderXMLItem(path, type, props, params) — Constructor in class com.acleveraddress.net.multi_loader.items.types.MultiLoaderXMLItem | |
|
Creates a new MultiLoaderImageItem object, and prepares it for loading When loaded, the content of this is set to the loaded XML object |
|
| mute(flag) — Method in class com.acleveraddress.net.multi_loader.extras.SoundItem | |
| Mutes or umutes the Sound object | |
| muteAll(flag) — Static method in class com.acleveraddress.net.multi_loader.extras.SoundManager | |
| Mutes every Sound object that this manager controls | |
| muteSound(key, flag) — Static method in class com.acleveraddress.net.multi_loader.extras.SoundManager | |
| Mutes a Sound object | |
| 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 | |