ActionScript 2.0 Language Reference |
|
|
|
| ActionScript classes > XMLUI > 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 Player 7
name:String - The name of the XMLUI property to retrieve.
String - Returns the value of the property as a String.
|
|
|
|