Reference

Properties

mtfautoheight

Availability

Flash Player 6.

Usage

myInstance.mtfautoheight

Description

Property; if true, mtfheight is ignored in favour of a value calculated by the amount of content divided by mtfmaxcolumns. If false, the column(s) use mtfheight.

mtfbackground

Availability

Flash Player 6.

Usage

myInstance.mtfbackground

Description

Property; if true, the column(s) have a background fill. If false, the column(s) have no background fill.

mtfbackgroundcolor

Availability

Flash Player 6.

Usage

myInstance.mtfbackgroundcolor

Description

Property; color of the column(s) background. Only visible if mtfbackground is set to true, default value is 0xeeeeee.

mtfborder

Availability

Flash Player 6.

Usage

myInstance.mtfborder

Description

Property; if true, the column(s) have a border. If false, the column(s) have no border.

mtfbordercolor

Availability

Flash Player 6.

Usage

myInstance.mtfbordercolor

Description

Property; color of the column(s) border. Only visible if mtfborder is set to true, default value is 0xdddddd.

mtfbottomscroll

Availability

Flash Player 6.

Usage

myInstance.mtfbottomscroll

Description

Property (read-only); indicates the last visible line of last column.

mtfcondensewhite

Availability

Flash Player 6.

Usage

myInstance.mtfcondensewhite

Description

Property; if true html formatting ignores white space. If false, html formatting does not ignore white space.

mtfembedfonts

Availability

Flash Player 6.

Usage

myInstance.mtfembedfonts

Description

Property; if true, column(s) are rendered with embedded fonts. If false, column(s) are rendered with device fonts. Note: fonts must be embedded elsewhere in the .swf.

mtfgutter

Availability

Flash Player 6.

Usage

myInstance.mtfgutter

Description

Property; spacing between columns measured in pixels. Only utilised where mtfx does not equal the number of columns generated.

mtfheight

Availability

Flash Player 6.

Usage

myInstance.mtfheight

Description

Collection; array listing height of column(s). If mtfheight is insufficient in length for all columns displayed, the final value in mtfheight is defaulted to.

mtfhtml

Availability

Flash Player 6.

Usage

myInstance.mtfhtml

Description

Property; if true, column(s) accept html formatting. If false, column(s) do not accept html formatting.

mtflength

Availability

Flash Player 6.

Usage

myInstance.mtflength

Description

Property (read-only); indicates the number of characters in the column(s).

mtfmaxcolumns

Availability

Flash Player 6.

Usage

myInstance.mtfmaxcolumns

Description

Property; maximum number of columns permitted for the instance. Does not necessarily indicate number of columns displayed; mtflength may be insufficient for all columns to be required.

mtfmaxscroll

Availability

Flash Player 6.

Usage

myInstance.mtfmaxscroll

Description

Property (read-only); indicates the maximum value of mtfscroll.

mtfminscroll

Availability

Flash Player 6.

Usage

myInstance.mtfminscroll

Description

Property (read-only); indicates the minimum value of mtfscroll

mtfname

Availability

Flash Player 6.

Usage

myInstance.mtfname

Description

Property (read-only); returns array containing instance names of column(s) contained within component instance.

mtfpagesize

Availability

Flash Player 6.

Usage

myInstance.mtfpagesize

Description

Property (read-only); indicates the total number of lines visible across all column(s).

mtfscroll

Availability

Flash Player 6.

Usage

myInstance.mtfscroll

Description

Property; indicates the vertical position of text in the column(s).

mtftext

Availability

Flash Player 6.

Usage

myInstance.mtftext

Description

Property; indicates the current text in the column(s).

mtftextformat

Availability

Flash Player 6.

Usage

myInstance.mtftextformat

Description

Property; indicates the default text tormat applied to the column(s).

mtftextheight

Availability

Flash Player 6.

Usage

myInstance.mtftextheight

Description

Property (read-only); indicates the height of mtftext

mtftextwidth

Availability

Flash Player 6.

Usage

myInstance.mtftextwidth

Description

Property (read-only); indicates the width of mtftext in a single column.

mtfwidth

Availability

Flash Player 6.

Usage

myInstance.mtfwidth

Description

Property; width of column(s) measured in pixels.

mtfx

Availability

Flash Player 6.

Usage

myInstance.mtfx

Description

Collection; array indicating the position of column(s) along the x axis. If mtfx is insufficient in length for all columns displayed, the final value in mtfx is defaulted to.

mtfy

Availability

Flash Player 6.

Usage

myInstance.mtfy

Description

Collection; array indicating the position of column(s) along the y axis. If mtfy is insufficient in length for all columns displayed, the final value in mtfy is defaulted to.

Methods

getMTFcolumnsize()

Availability

Flash Player 6.

Usage

myInstance.getMTFcolumnsize(index)

Parameters

index integer indicating which column to measure.

Description

Method; returns number of visible lines in index column.