screen.parameters

Availability

Flash MX 2004.

Usage

screen.parameters

Description

Read-only property; an array of ActionScript 2.0 properties that are accessible from the screen Property inspector.

Example

The following example stores the parameters for the second screen in the outline to the parms variable and then assigns the "some value" value to the first property:

var parms = fl.getDocumentDOM().screenOutline.screens[1].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/00004363.html