ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.icomm.assetplacement.controller 

IPackageObject  - AS3 Asset Placement

Packagecom.adobe.icomm.assetplacement.controller
Interfacepublic interface IPackageObject
Implementors AttachmentLoader, PromoImage, PromoSWFLoader, XMLDataLoader

Language Version: ActionScript 3.0
Product Version: Asset Placement Building Block 9.5
Runtime Versions: 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.



Public Properties
 PropertyDefined By
  packageAttachments : IList
[read-only] A list of Attachment objects who's controller id attribute matches the id of this object.
IPackageObject
  packageController : Controller
[read-only] The controller object who's id matches the id of this object.
IPackageObject
  packageResource : Resource
[read-only] The current Resource object who's controller id attribute matches the id of this object.
IPackageObject
  packageResources : IList
[read-only] A list of Resource objects who's controller id attribute matches the id of this object.
IPackageObject
Property Detail

packageAttachments

property
packageAttachments:IList  [read-only]

Language Version: ActionScript 3.0
Product Version: Asset Placement Building Block 9.5
Runtime Versions: 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.



Implementation
    public function get packageAttachments():IList

Related API Elements

packageController

property 
packageController:Controller  [read-only]

Language Version: ActionScript 3.0
Product Version: Asset Placement Building Block 9.5
Runtime Versions: AIR 1.0, Flash Player 9, Flash Player 10

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



Implementation
    public function get packageController():Controller

Related API Elements

packageResource

property 
packageResource:Resource  [read-only]

Language Version: ActionScript 3.0
Product Version: Asset Placement Building Block 9.5
Runtime Versions: AIR 1.0, Flash Player 9, Flash Player 10

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



Implementation
    public function get packageResource():Resource

Related API Elements

com.adobe.icomm.assetplacement.model.Resources

packageResources

property 
packageResources:IList  [read-only]

Language Version: ActionScript 3.0
Product Version: Asset Placement Building Block 9.5
Runtime Versions: 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.



Implementation
    public function get packageResources():IList

Related API Elements

com.adobe.icomm.assetplacement.model.Resources