accept (XMLUI.accept method)
public static accept()
Makes the current XMLUI dialog exit with an "accept" state. Identical to the user clicking the
OK button.
Availability: ActionScript 1.0; Flash Lite 2.0
cancel (XMLUI.cancel method)
public static cancel()
Makes the current XMLUI dialog exit with a "cancel" state. Identical to the user clicking the
Cancel button.
Availability: ActionScript 1.0; Flash Lite 2.0
get (XMLUI.get method)
public static get(name:String) : String
Retrieves the value of the specified property of the current XMLUI dialog.
Availability: ActionScript 1.0; Flash Lite 2.0
Parameters
- The name of the XMLUI property to retrieve.
name:String
Returns
- Returns the value of the property as a String.
String
set (XMLUI.set method)
public static set(name:String, value:String) : Void
Modifies the value of the specified property of the current XMLUI dialog.
Availability: ActionScript 1.0; Flash Lite 2.0
Parameters
- The name of the XMLUI property to modify.
name:String
- The value to which the specified property will be set.
value:String
XMLUI
759
Need help?
Do you have a question about the FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?