Chapter 8: componentinstance object, Componentinstance.parameters – Adobe Extending Flash Professional CS5 User Manual
Page 70
48
Last updated 5/2/2011
Chapter 8: ComponentInstance object
Inheritance
>
Availability
Flash MX 2004.
Description
TheComponentInstance object is a subclass of the SymbolInstance object and represents a component in a frame (see
).
Property summary
In addition to all the properties of the
, the ComponentInstance object has the following
property:
componentInstance.parameters
Availability
Flash MX 2004.
Usage
componentInstance.parameters
Description
Read-only property; an array of ActionScript 2.0 properties that are accessible from the component Property
inspector. See
.
Example
The following example illustrates getting and setting the
parameters
property:
var parms = fl.getDocumentDOM().selection[0].parameters;
parms[0].value = "some value";
See also
Property
Description
Read-only; an array of ActionScript 2.0 properties that are accessible from the
component Property inspector.