MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 526

Extending flash
Table of Contents

Advertisement

xmlui.set()
Availability
Flash MX 2004.
Usage
xmlui.set( controlPropertyName, value )
Parameters
controlPropertyName
A string that specifies the value to which you want to set the XMLUI property.
value
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.setControlItemElements()
xmlui.setControlItemElement()
Availability
Flash 8.
Usage
xmlui.setControlItemElement( controlPropertyName, elementItem )
Parameters
controlPropertyName
A JavaScript object with a string property named
elementItem
string property named
assigned the same value as
526
Objects
A string that specifies the name of XMLUI property to modify.
,
xmlui.get()
A string that specifies the control item element to set.
. If the
property does not exist, then it is created and
value
value
.
label
,
xmlui.setControlItemElement()
label
,
and an optional

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents