User Guide

182 Chapter 3: Objects
Example
The following example displays the version of the authoring tool in the Output panel.
alert( fl.version ); // e.g. WIN 7,0,0,380
fl.xmlui
Availability
Flash MX 2004.
Usage
fl.xmlui
Description
Read-only property; an XMLUI object. This property lets you get and set XMLUI properties in a
XMLUI dialog box and lets you accept or cancel the dialog box programmatically.
Example
See XMLUI object.