Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.icc.services.download 

IDownloadService  - AS3 Asset Composer

Paquetecom.adobe.icc.services.download
Interfazpublic interface IDownloadService extends IEventDispatcher

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 9.5
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

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



Métodos públicos
 MétodoDefinido por
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento.
IEventDispatcher
 Inherited
Distribuye un evento en el flujo del evento.
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
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento.
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Elimina un detector del objeto EventDispatcher.
IEventDispatcher
 Inherited
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto.
IEventDispatcher
Información sobre métodos

getFormData

()método
public function getFormData(formId:String):com.adobe.icc.token:IAsyncToken

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 9.5
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the raw XDP that represents the form.

Parámetros

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

Valor devuelto
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data (raw XDP bytes from the form).

Emite
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

Elementos de API relacionados

getImageModuleData

()método 
public function getImageModuleData(imageModuleId:String):com.adobe.icc.token:IAsyncToken

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 9.5
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

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

Parámetros

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

Valor devuelto
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data (raw image bytes).

Emite
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

Elementos de API relacionados

getLetterExpressionSwf

()método 
public function getLetterExpressionSwf(letterId:String):com.adobe.icc.token:IAsyncToken

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 9.5
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the Expression SWF used by the letter.

Parámetros

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

Valor devuelto
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data (Expression SWF bytes).

Emite
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

Elementos de API relacionados

getLetterTestData

()método 
public function getLetterTestData(letterId:String):com.adobe.icc.token:IAsyncToken

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 9.5
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the letter's test data as raw XML.

Parámetros

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

Valor devuelto
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.

Emite
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

Elementos de API relacionados

getTextModuleData

()método 
public function getTextModuleData(textModuleId:String):com.adobe.icc.token:IAsyncToken

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Asset Composer 9.5
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

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

Parámetros

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

Valor devuelto
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data (raw XHTML bytes).

Emite
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

Elementos de API relacionados





[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.