ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.icc.services.download 

IDownloadService  - AS3 Asset Composer

Paketcom.adobe.icc.services.download
Schnittstellepublic interface IDownloadService extends IEventDispatcher

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 9.5
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

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



Öffentliche Methoden
 MethodeDefiniert von
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registriert ein Ereignis-Listener-Objekt bei einem EventDispatcher-Objekt, sodass der Listener über ein Ereignis benachrichtigt wird.
IEventDispatcher
 Inherited
Sendet ein Ereignis in den Ereignisablauf.
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
Überprüft, ob das EventDispatcher-Objekt Listener für einen bestimmten Ereignistyp registriert hat.
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Entfernt einen Listener aus dem EventDispatcher-Objekt.
IEventDispatcher
 Inherited
Überprüft, ob bei diesem EventDispatcher-Objekt oder bei einem seiner Vorgänger ein Ereignis-Listener für einen bestimmten Ereignistyp registriert ist.
IEventDispatcher
Methodendetails

getFormData

()Methode
public function getFormData(formId:String):com.adobe.icc.token:IAsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 9.5
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the raw XDP that represents the form.

Parameter

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

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

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

Verwandte API-Elemente

getImageModuleData

()Methode 
public function getImageModuleData(imageModuleId:String):com.adobe.icc.token:IAsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 9.5
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

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

Parameter

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

Rückgabewerte
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data (raw image bytes).

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

Verwandte API-Elemente

getLetterExpressionSwf

()Methode 
public function getLetterExpressionSwf(letterId:String):com.adobe.icc.token:IAsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 9.5
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the Expression SWF used by the letter.

Parameter

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

Rückgabewerte
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data (Expression SWF bytes).

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

Verwandte API-Elemente

getLetterTestData

()Methode 
public function getLetterTestData(letterId:String):com.adobe.icc.token:IAsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 9.5
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the letter's test data as raw XML.

Parameter

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

Rückgabewerte
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.

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

Verwandte API-Elemente

getTextModuleData

()Methode 
public function getTextModuleData(textModuleId:String):com.adobe.icc.token:IAsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 9.5
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

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

Parameter

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

Rückgabewerte
com.adobe.icc.token:IAsyncToken — A DataDownload object containing the data (raw XHTML bytes).

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

Verwandte API-Elemente





[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.