
XMLUI
759
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
name
:
String
- The name of the XMLUI property to retrieve.
Returns
String
- Returns the value of the property as a 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
name
:
String
- The name of the XMLUI property to modify.
value
:
String
- The value to which the specified property will be set.
Summary of Contents for Flash Lite 2
Page 1: ...Flash Lite 2 x ActionScript Language Reference...
Page 22: ...22 Contents...
Page 244: ...244 ActionScript language elements...
Page 760: ...760 ActionScript classes...