User Guide
1350 ActionScript classes
Macromedia Flash comes with several extensibility features including Behaviors, Commands
(JavaScript API), Effects, and Tools. With these features, advanced users can extend or
automate the authoring tool's functionality. The XML to UI engine works with each of these
extensibility features to create dialog boxes that the user sees if the extension either requires or
accepts parameters. Dialog boxes can be defined using XML tags or by creating a SWF file to
display. The XMLUI object provides a mechanism by which an advanced user can
communicate with a SWF file used in such a manner.
Availability: ActionScript 1.0; Flash Player 7
Property summary
Properties inherited from class Object
Method summary
Methods inherited from class Object
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Modifiers Signature Description
static accept() : Void Makes the current XMLUI dialog exit with an "accept"
state.
static cancel() : Void Makes the current XMLUI dialog exit with a "cancel"
state.
static get(name:String) :
String
Retrieves the value of the specified property of the
current XMLUI dialog.
static set(name:String,
value:String) : Void
Modifies the value of the specified property of the
current XMLUI dialog.
addProperty (Object.addProperty method), hasOwnProperty
(Object.hasOwnProperty method), isPropertyEnumerable
(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf
method), registerClass (Object.registerClass method), toString
(Object.toString method), unwatch (Object.unwatch method), valueOf
(Object.valueOf method), watch (Object.watch method)