Flash 8 Documentation |
|||
| ActionScript 2.0 Language Reference > ActionScript classes > XMLUI | |||
Object
|
+-XMLUI
public class XMLUI
extends Object
The XMLUI object enables communication with SWF files that are used as custom user interfaces for the flash authoring tool's extensibility features (such as Behaviors, Commands, Effects, and Tools).
Macromedia Flash MX 2004 and later versions 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
Properties inherited from class Object
|
Modifiers |
Signature |
Description |
|---|---|---|
|
|
accept |
Makes the current XMLUI dialog exit with an "accept" state. |
|
|
cancel |
Makes the current XMLUI dialog exit with a "cancel" state. |
|
|
get |
Retrieves the value of the specified property of the current XMLUI dialog. |
|
|
set |
Modifies the value of the specified property of the current XMLUI dialog. |
Methods inherited from class Object addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toString, unwatch, valueOf, watch
Version 8
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/8/main/00002915.html