Height (Textfield._Height Property); Highquality (Textfield._Highquality Property); Hscroll (Textfield.hscroll Property) - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

_height (TextField._height property)

public _height :
The height of the text field in pixels.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following code example sets the height and width of a text field:
my_txt._width = 200;
my_txt._height = 200;

_highquality (TextField._highquality property)

public _highquality :
Deprecated since Flash Player 7. This property was deprecated in favor of
TextField._quality
Specifies the level of anti-aliasing applied to the current SWF file. Specify 2 (best quality) to
apply high quality with bitmap smoothing always on. Specify 1 (high quality) to apply anti-
aliasing; this smooths bitmaps if the SWF file does not contain animation and is the default
value. Specify 0 (low quality) to prevent anti-aliasing.
Availability: ActionScript 1.0; Flash Lite 2.0
See also
_quality (TextField._quality property)

hscroll (TextField.hscroll property)

public hscroll :
Indicates the current horizontal scrolling position. If the
horizontally scrolled.
The units of horizontal scrolling are pixels, while the units of vertical scrolling are lines.
Horizontal scrolling is measured in pixels because most fonts you typically use are
proportionally spaced; meaning, the characters can have different widths. Flash performs
vertical scrolling by line because users usually want to see a line of text in its entirety, as
opposed to seeing a partial line. Even if there are multiple fonts on a line, the height of the
line adjusts to fit the largest font in use.
Note: The hscroll property is zero-basednot one-based like the vertical scrolling property
.
TextField.scroll
Number
Number
.
Number
property is 0, the text is not
hscroll
TextField
661

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents