xmlui.set()
#### Availability
Flash MX 2004.
#### Usage
xmlui.set(controlPropertyName, value)
#### Parameters
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.
#### Returns
Nothing.
#### Description
Method; modifies the value of the specified property of the current XMLUI dialog box.
#### Example
The following example sets the value of a property named URL to www.adobe.com:
fl.xmlui.set("URL", "www.adobe.com");
#### See also
fl.xmlui (../flash_object_(fl)/fl81.md), document.xmlPanel() (../Document_object/docu6198.md), xmlui.get() (../XMLUI_object/xmlui2.md), xmlui.setControlItemElement() (../XMLUI_object/xmlui7.md), xmlui.setControlItemElements() (../XMLUI_object/xmlui8.md)
<span id="xmlui.setControlItemElement()" class="anchor"></span>