MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 254

Extending flash
Table of Contents

Advertisement

Example
The following example displays several lines of text in the Output panel:
fl.outputPanel.clear();
fl.trace("Hello World!!!");
var myPet = "cat";
fl.trace("\nI have a " + myPet);
fl.trace("");
fl.trace("I love my " + myPet);
fl.trace("Do you have a " + myPet +"?");
fl.version
Availability
Flash MX 2004.
Usage
fl.version
Description
Read-only property; the long string version of the Flash authoring tool, including platform.
Example
The following example displays the version of the Flash authoring tool in the Output panel.
alert( fl.version ); // For example, 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.
254
Objects

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