![MACROMEDIA FLASH 8-EXTENDING FLASH Manual Download Page 386](http://html1.mh-extra.com/html/macromedia/flash-8-extending-flash/flash-8-extending-flash_manual_3348049386.webp)
386
Objects
screenOutline.setScreenProperty()
Availability
Flash MX 2004.
Usage
screenOutline.setScreenProperty(
property
,
value
)
Parameters
property
A string that specifies the property to set.
value
The new value for the property. The type of value depends on the property
being set.
For a list of available properties and values, see
Property summary for the Screen object
.
Returns
Nothing.
Description
Method; sets the specified property with the specified value for the selected screens.
Example
The following example changes the visibility of the currently selected screens from hidden to
visible:
fl.getDocumentDOM().screenOutline.setScreenProperty("hidden", false);
Summary of Contents for FLASH 8-EXTENDING FLASH
Page 1: ...Extending Flash...
Page 38: ...38 Top Level Functions and Methods...
Page 532: ...532 Objects...
Page 554: ...554 C Level Extensibility...