Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
com.adobe.gravity.service.manifest 

IManifestLoader  - AS3 ADEP Client Component

Pacotecom.adobe.gravity.service.manifest
Interfacepublic interface IManifestLoader

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: AIR 1.1, Flash Player 9

Service interface for loading manifest files.



Métodos públicos
 MétodoDefinido por
  
Load a manifest from an URL.
IManifestLoader
  
Load a manifest from XML.
IManifestLoader
Detalhes do método

loadFromURL

()método
public function loadFromURL(url:String, manifestParseContext:IManifestParseContext):com.adobe.gravity.utility.async:IToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: AIR 1.1, Flash Player 9

Load a manifest from an URL.

Parâmetros

url:String — The url of the manifest.
 
manifestParseContext:IManifestParseContext — The context object for parsing the manifest

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

loadFromXML

()método 
public function loadFromXML(xml:XML, baseURL:String, manifestParseContext:IManifestParseContext):com.adobe.gravity.utility.async:IToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: AIR 1.1, Flash Player 9

Load a manifest from XML.

Parâmetros

xml:XML — The xml manifest.
 
baseURL:String — The base URL for any relative paths that might be specified in the manifest.
 
manifestParseContext:IManifestParseContext — The context object for parsing the manifest

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




[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.