Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
com.adobe.gravity.service.bundleloader 

IBundleLoader  - AS3 ADEP Client Component

Пакетcom.adobe.gravity.service.bundleloader
Интерфейсpublic interface IBundleLoader

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Версии среды выполнения: AIR 1.1, Flash Player 9

IBundleLoader implementations are used by the Client Component Framework to load bundles. The Client Component Framework core provides a default IBundleLoader that is appropriate for non-Flex bundles. Optional bundles are provided that implement IBundleLoaders appropriate for loading Flex bundles and handling the Marshall Plan requirements for them. Additional IBundleLoader implementations can be created for other special bundle loading requirements.



Общедоступные методы
 МетодОпределено
  
Loads a bundle SWF file into the provided ApplicationDomain.
IBundleLoader
  
Unloads a bundle SWF file.
IBundleLoader
Сведения о методе

loadBundle

()метод
public function loadBundle(bundleLoaderContext:IBundleLoaderContext):com.adobe.gravity.utility.async:IToken

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Версии среды выполнения: AIR 1.1, Flash Player 9

Loads a bundle SWF file into the provided ApplicationDomain.

Параметры

bundleLoaderContext:IBundleLoaderContext — Specifies a bundle loader context object that provides information about how to load the bundle and methods to control how loading is performed.

Возвращает
com.adobe.gravity.utility.async:IToken — A token used to set success and failure handlers to be called when the operation has completed. Success handlers will be called with no parameters.

Связанные элементы API

com.adobe.gravity.framework.BundleContext

unloadBundle

()метод 
public function unloadBundle(bundleLoaderContext:IBundleLoaderContext):com.adobe.gravity.utility.async:IToken

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Версии среды выполнения: AIR 1.1, Flash Player 9

Unloads a bundle SWF file.

Параметры

bundleLoaderContext:IBundleLoaderContext — Specifies a bundle loader context object that provides information about how to load the bundle and methods to control how loading is performed.

Возвращает
com.adobe.gravity.utility.async:IToken — A token used to set success and failure handlers to be called when the operation has completed. Success handlers will be called with no parameters.

Связанные элементы API

com.adobe.gravity.framework.BundleContext




[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.