EasyManua.ls Logo

MACROMEDIA FLASH 8-USING FLASH - Page 623

MACROMEDIA FLASH 8-USING FLASH
678 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
<button> 623
First, create a file named button.jsfl and place it in your Commands folder. Place the
following code into the file and save the file:
// Create an XML to UI dialog box using the XML definition
// in the button.xml file
var buttonDlg = fl.getDocumentDOM().xmlPanel( fl.configURI + "Commands/
button.xml" );
Second, create a file named button.xml and place it in your Commands folder. Place the
following code into the file and save the file:
<?xml version="1.0"?>
<dialog id="button-dialog" title="Button Example" buttons="accept, cancel">
<grid>
<columns>
<column/>
</columns>
<rows>
<row>
<label width="150" value="The following buttons will send text to
the Output Panel"/>
</row>
<row>
<button id="helloBtn" label="Hello"
oncommand="fl.trace('Hello')"/>
</row>
<row>
<button id="worldBtn" label="world" oncommand="fl.trace('world')"/
>
</row>
</rows>
</grid>
</dialog>
The button command now appears on the Commands menu. If you have a Flash document
open, you can select the
button command from the Commands menu and the dialog box
defined by button.xml appears.

Table of Contents

Related product manuals