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

IDownloadService  - AS3 Формирователь активов

Пакетcom.adobe.icc.services.download
Интерфейсpublic interface IDownloadService extends IEventDispatcher

Язык версии: ActionScript 3.0
Версия продукта: Asset Composer Building Block 9.5
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

Defines a service for downloading data related to assets on the server.



Общедоступные методы
 МетодОпределено
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Регистрирует объект прослушивателя события на объекте EventDispatcher для получения прослушивателем уведомления о событии.
IEventDispatcher
 Inherited
Посылает событие в поток событий.
IEventDispatcher
  
Retrieves the raw XDP that represents the form.
IDownloadService
  
Retrieves the raw image bytes that represent the image module's contents.
IDownloadService
  
Retrieves the Expression SWF used by the letter.
IDownloadService
  
Retrieves the letter's test data as raw XML.
IDownloadService
  
Retrieves the raw (unresolved) XHTML that represents the text module's contents.
IDownloadService
 Inherited
Проверяет, имеет ли объект EventDispatcher прослушиватели, зарегистрированные для определенного типа события.
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Удаляет прослушиватель из объекта EventDispatcher.
IEventDispatcher
 Inherited
Проверяет, зарегистрирован ли прослушиватель события для указанного типа события с данным объектом EventDispatcher или любым его предшественником.
IEventDispatcher
Сведения о методе

getFormData

()метод
public function getFormData(formId:String):com.adobe.icc.token:IAsyncToken

Язык версии: ActionScript 3.0
Версия продукта: Asset Composer Building Block 9.5
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the raw XDP that represents the form.

Параметры

formId:String — The ID (GUID) of the form whose raw XDP contents is to be retrieved.

Возвращает
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data (raw XDP bytes from the form).

Выдает
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

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

getImageModuleData

()метод 
public function getImageModuleData(imageModuleId:String):com.adobe.icc.token:IAsyncToken

Язык версии: ActionScript 3.0
Версия продукта: Asset Composer Building Block 9.5
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the raw image bytes that represent the image module's contents.

Параметры

imageModuleId:String — The ID (GUID) of the image module whose raw byte contents is to be retrieved.

Возвращает
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data (raw image bytes).

Выдает
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

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

getLetterExpressionSwf

()метод 
public function getLetterExpressionSwf(letterId:String):com.adobe.icc.token:IAsyncToken

Язык версии: ActionScript 3.0
Версия продукта: Asset Composer Building Block 9.5
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the Expression SWF used by the letter.

Параметры

letterId:String — The ID (GUID) of the letter whose Expression SWF is to be retrieved.

Возвращает
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data (Expression SWF bytes).

Выдает
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

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

getLetterTestData

()метод 
public function getLetterTestData(letterId:String):com.adobe.icc.token:IAsyncToken

Язык версии: ActionScript 3.0
Версия продукта: Asset Composer Building Block 9.5
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the letter's test data as raw XML.

Параметры

letterId:String — The ID (GUID) of the letter whose test data is to be retrieved.

Возвращает
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the test data (XML bytes). The response will be null if the letter doesn't have test data.

Выдает
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

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

getTextModuleData

()метод 
public function getTextModuleData(textModuleId:String):com.adobe.icc.token:IAsyncToken

Язык версии: ActionScript 3.0
Версия продукта: Asset Composer Building Block 9.5
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the raw (unresolved) XHTML that represents the text module's contents.

Параметры

textModuleId:String — The ID (GUID) of the text module whose raw XHTML contents is to be retrieved.

Возвращает
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data (raw XHTML bytes).

Выдает
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

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





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

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