526
Objects
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.macromedia.com":
fl.xmlui.set("URL", "www.macromedia.com");
See also
fl.xmlui
,
document.xmlPanel()
,
xmlui.get()
,
xmlui.setControlItemElement()
,
xmlui.setControlItemElements()
xmlui.setControlItemElement()
Availability
Flash 8.
Usage
xmlui.setControlItemElement(
controlPropertyName
,
elementItem
)
Parameters
controlPropertyName
A string that specifies the control item element to set.
elementItem
A JavaScript object with a string property named
label
and an optional
string property named
value
. If the
value
property does not exist, then it is created and
assigned the same value as
label
.
Содержание FLASH 8-EXTENDING FLASH
Страница 1: ...Extending Flash...
Страница 38: ...38 Top Level Functions and Methods...
Страница 532: ...532 Objects...
Страница 554: ...554 C Level Extensibility...