| 套件 | 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 |
公用方法
| 方法 | 定義自 | ||
|---|---|---|---|
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
Tue Jun 12 2018, 03:47 PM Z