![MACROMEDIA FLASH 8-EXTENDING FLASH Manual Download Page 529](http://html1.mh-extra.com/html/macromedia/flash-8-extending-flash/flash-8-extending-flash_manual_3348049529.webp)
XMLUI object
529
xmlui.setVisible()
Availability
Flash 8.
Usage
xmlui.setVisible(
controlID
,
visible
)
Parameters
controlID
A string that specifies the ID attribute of the control you want to show or hide.
visible
A Boolean value of
true
if you want to show the control;
false
if you want to
hide it.
Returns
Nothing.
Description
Method; shows or hides a control.
Example
The following example hides the control with the ID attribute
myControl
:
fl.xmlui.setVisible("myControl", false);
See also
xmlui.getVisible()
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...