MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 529

Extending flash
Table of Contents

Advertisement

xmlui.setVisible()
Availability
Flash 8.
Usage
xmlui.setVisible(controlID, visible)
Parameters
A string that specifies the ID attribute of the control you want to show or hide.
controlID
A Boolean value of
if you want to show the control;
if you want to
visible
true
false
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()
XMLUI object
529

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents