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 Parameter object.

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

Parameter object


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