Appendix Bxml To Ui; Layout Tag Summary For Xml To Ui Dialog Boxes - MACROMEDIA FLASH MX 2004-USING FLASH Use Manual

Hide thumbs Also See for FLASH MX 2004-USING FLASH:
Table of Contents

Advertisement

Macromedia Flash MX 2004 and Macromedia Flash MX Professional 2004 come 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.
XML to UI uses a subset of the XML User Interface Language (XUL), along with some tags
created for Flash. These tags define a dialog box exclusively with XML. The XML to UI rendering
engine parses the XML and generates a modal dialog box. Modal dialog boxes, unlike modeless
dialog boxes, must be dismissed (either accepted or cancelled) before the application can continue
operation.
When used with Behaviors, the XML tags that define the dialog box reside in the same XML file
in which the behavior is defined. For Effects, Tools, and the JavaScript API, the XML tags must
be placed in a separate XML file.

Layout tag summary for XML to UI dialog boxes

The following tags are used for dialog box layout:
Tag
<column>
<columns>
<dialog>
<grid>
<hbox>
<row>
<rows>
<separator>
Description
Creates one column in a tabular grid layout.
Creates a container tag for the <column> tags in a tabular grid layout.
Creates the container tag for the entire dialog box.
Creates a container for tabular layout using <rows> and <columns>.
Creates a container for items laid out horizontally.
Creates one row in a tabular grid layout
reates a container tag for the
C
Creates a separator bar that displays vertically in an <hbox> and horizontally in a
<vbox>.
APPENDIX B
tags in a tabular grid layout.
<row>
XML to UI
435

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING FLASH and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents