Extending Flash |
|
|
|
| Objects > ComponentInstance object > componentInstance.parameters | |||
Flash MX 2004.
componentInstance.parameters
Read-only property; an array of ActionScript 2.0 properties that are accessible from the component Property inspector. See Parameter object.
The following example illustrates getting and setting the parameters property:
var parms = fl.getDocumentDOM().selection[0].parameters; parms[0].value = "some value";
|
|
|
|