ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
com.adobe.icc.services.download 

IDownloadService  - AS3 Układacz zasobów

Pakietcom.adobe.icc.services.download
Interfejspublic interface IDownloadService extends IEventDispatcher

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

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



Metody publiczne
 MetodaZdefiniowane przez
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu.
IEventDispatcher
 Inherited
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń.
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
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń.
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Usuwa detektor z obiektu EventDispatcher.
IEventDispatcher
 Inherited
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych.
IEventDispatcher
Szczegół metody

getFormData

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

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the raw XDP that represents the form.

Parametry

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

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

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

Powiązane elementy interfejsu API

getImageModuleData

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

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

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

Parametry

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

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

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

Powiązane elementy interfejsu API

getLetterExpressionSwf

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

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the Expression SWF used by the letter.

Parametry

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

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

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

Powiązane elementy interfejsu API

getLetterTestData

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

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the letter's test data as raw XML.

Parametry

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

Zwraca
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.

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

Powiązane elementy interfejsu API

getTextModuleData

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

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

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

Parametry

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

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

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

Powiązane elementy interfejsu API





[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.