Flash MX 2004.
xmlui.set(controlPropertyName, value)
controlPropertyName A string that specifies the name of XMLUI property to modify.
value A string that specifies the value to which you want to set the XMLUI property.
Nothing.
Method; modifies the value of the specified property of the current XMLUI dialog box.
The following example sets the value of a property named URL to www.adobe.com:
fl.xmlui.set("URL", "www.adobe.com");
fl.xmlui, document.xmlPanel(), xmlui.get(), xmlui.setControlItemElement(), xmlui.setControlItemElements()