Border (Textfield.border Property); Bordercolor (Textfield.bordercolor Property) - MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference

Actionscript 2.0 language reference
Table of Contents

Advertisement

See also
background (TextField.background property)

border (TextField.border property)

public border : Boolean
Specifies if the text field has a border. If
field has no border.
Availability: ActionScript 1.0; Flash Player 6
Example
The following example creates a text field called
displays some text in the field.
this.createTextField("my_txt", this.getNextHighestDepth(), 10, 10, 320,
240);
my_txt.border = true;
my_txt.text = "Lorum ipsum";
The
MovieClip.getNextHighestDepth()
7 or later. If your SWF file includes a version 2 component, use the version 2 components
DepthManager class instead of the

borderColor (TextField.borderColor property)

public borderColor : Number
The color of the text field border. The default is
retrieved or set, even if there is currently no border.
Availability: ActionScript 1.0; Flash Player 6
Example
The following example creates a text field called
displays some text in the field.
this.createTextField("my_txt", this.getNextHighestDepth(), 10, 10, 320,
240);
my_txt.border = true;
my_txt.borderColor = 0x00FF00;
my_txt.text = "Lorum ipsum";
The
MovieClip.getNextHighestDepth()
7 or later. If your SWF file includes a version 2 component, use the version 2 components
DepthManager class instead of the
1174
ActionScript classes
, the text field has a border. If
true
, sets the border property to
my_txt
method used in this example requires Flash Player
MovieClip.getNextHighestDepth()
0x000000
, sets the border property to
my_txt
method used in this example requires Flash Player
MovieClip.getNextHighestDepth()
false
method.
(black). This property may be
method.
, the text
, and
true
, and
true

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF