Flash CS3 Documentation |
|||
| Extending Flash > Objects > Screen object > screen.parameters | |||
Flash MX 2004.
screen.parameters
Read-only property; an array of ActionScript 2.0 properties that are accessible from the screen Property inspector.
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";
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