Flash CS3 Documentation |
|||
| 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";
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00003864.html