
<dialog>
609
Child tags
<column>
Parent tag
<grid>
Description
Layout tag; creates a container tag for the
<column>
tags in a tabular grid layout. The
<columns>
tag must be within a
<grid>
tag.
Example
See the example for
<grid>
.
<dialog>
Availability
Flash MX 2004.
Usage
<dialog
id = "
myID
"
title="
yourTitle
"
buttons="accept[, cancel]">
...
child tags
...
</dialog>
Attributes
id
String; represents a unique identification string that is used by the extensibility features
to identify the dialog box and access the values it returns.
title
String; text that appears in the title bar of the dialog box.
buttons
Accepts either or both of the strings "accept" and "cancel", which represent the
OK and Cancel buttons, respectively.
Child tags
<hbox>
,
<grid>
,
<vbox>
Description
Layout tag; creates the container tag for the entire dialog box. All other tags used must be
contained in this tag.
Summary of Contents for FLASH 8-FLASH
Page 1: ...Using Flash ...
Page 12: ...12 Contents ...
Page 110: ...110 Using Symbols Instances and Library Assets ...
Page 128: ...128 Working with Color Strokes and Fills ...
Page 156: ...156 Drawing ...
Page 190: ...190 Working with Text ...
Page 224: ...224 Working with Graphic Objects ...
Page 270: ...270 Creating Motion ...
Page 310: ...310 Working with Video ...
Page 362: ...362 Working with Screens Flash Professional Only ...
Page 386: ...386 Creating Multilanguage Text ...
Page 454: ...454 Data Integration Flash Professional Only ...
Page 500: ...500 Publishing ...
Page 534: ...534 Creating Accessible Content ...