User Guide
366 Chapter 3: Objects
Description
Method; makes the current XMLUI dialog box exit with an accept state, which is equivalent to
the user clicking the OK button.
xmlui.cancel()
Availability
Flash MX 2004.
Usage
xmlui.cancel()
Parameters
None.
Returns
Nothing.
Description
Method; makes the current XMLUI dialog box exit with a cancel state, which is equivalent to the
user clicking the Cancel button.
xmlui.get()
Availability
Flash MX 2004.
Usage
xmlui.get(name)
Parameters
name
A string that specifies the name of the XMLUI property to retrieve.
Returns
A string value for the specified property. In cases where you might expect a Boolean value of true
or
false, it returns the string "true" or "false".
Description
Method; retrieves the value of the specified property of the current XMLUI dialog box.
xmlui.set()
Availability
Flash MX 2004.
Usage
xmlui.set( name, value)