•
Color properties appear as hexadecimal numbers (0x00FF00).
•
The properties appear in the following order:
,
textHeight
,
wordWrap
password
bottomScroll
The List Objects command in the Debug menu (during test mode) lists TextField objects. If an
instance name is specified for a text field, the Output panel shows the full target path including
the instance name in the following form:
Target = "target path"
Using the trace statement
When you use the
For example, while testing a SWF file or scene, you can send specific programming notes to the
panel or have specific results appear when a button is pressed or a frame plays. The
statement is similar to the JavaScript
When you use the
of an expression appears in the Output panel in test mode, as shown by the following code
snippet and image of the Output panel:
onClipEvent (enterFrame) {
if (i == undefined) {
i = 0;
}
trace("onClipEvent enterFrame "+i++);
}
Updating Flash Player for testing
You can download the latest version of Flash Player from the Macromedia Support Center at
www.macromedia.com/support/flash
version of Flash Player.
,
maxChars
borderColor
,
,
multiline
selectable
,
,
,
type
embedFonts
statement in a script, you can send information to the Output panel.
trace
alert
statement in a script, you can use expressions as parameters. The value
trace
and use it to test your SWF files with the most recent
,
variable
text
,
backgroundColor
,
,
scroll
hscroll
,
,
restrict
length
tabIndex
statement.
Updating Flash Player for testing
,
,
,
htmlText
html
,
,
,
textColor
border
,
,
maxscroll
maxhscroll
,
.
autoSize
,
textWidth
,
background
,
trace
165
Need help?
Do you have a question about the FLASH MX 2004-USING ACTIONSCRIPT IN FLASH and is the answer not in the manual?