Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.icomm.assetplacement.controller 

IPackageObject  - AS3 Asset Placement

Pacchettocom.adobe.icomm.assetplacement.controller
Interfacciapublic interface IPackageObject
Implementatori AttachmentLoader, PromoImage, PromoSWFLoader, XMLDataLoader

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Placement 9.5
Versioni runtime: AIR 1.0, Flash Player 9, Flash Player 10

All component objects that load attachments or resources from the package definition file must implement this interface.



Proprietà pubbliche
 ProprietàDefinito da
  packageAttachments : IList
[sola lettura] A list of Attachment objects who's controller id attribute matches the id of this object.
IPackageObject
  packageController : Controller
[sola lettura] The controller object who's id matches the id of this object.
IPackageObject
  packageResource : Resource
[sola lettura] The current Resource object who's controller id attribute matches the id of this object.
IPackageObject
  packageResources : IList
[sola lettura] A list of Resource objects who's controller id attribute matches the id of this object.
IPackageObject
Descrizione delle proprietà

packageAttachments

proprietà
packageAttachments:IList  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Placement 9.5
Versioni runtime: AIR 1.0, Flash Player 9, Flash Player 10

A list of Attachment objects who's controller id attribute matches the id of this object.



Implementazione
    public function get packageAttachments():IList

Elementi API correlati

packageController

proprietà 
packageController:Controller  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Placement 9.5
Versioni runtime: AIR 1.0, Flash Player 9, Flash Player 10

The controller object who's id matches the id of this object.



Implementazione
    public function get packageController():Controller

Elementi API correlati

packageResource

proprietà 
packageResource:Resource  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Placement 9.5
Versioni runtime: AIR 1.0, Flash Player 9, Flash Player 10

The current Resource object who's controller id attribute matches the id of this object.



Implementazione
    public function get packageResource():Resource

Elementi API correlati

com.adobe.icomm.assetplacement.model.Resources

packageResources

proprietà 
packageResources:IList  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Placement 9.5
Versioni runtime: AIR 1.0, Flash Player 9, Flash Player 10

A list of Resource objects who's controller id attribute matches the id of this object.



Implementazione
    public function get packageResources():IList

Elementi API correlati

com.adobe.icomm.assetplacement.model.Resources




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.