Flash Player 6.
myInstance.mtfautoheight
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.
Flash Player 6.
myInstance.mtfbackground
Property; if true, the column(s) have a background fill. If false, the column(s) have no background fill.
Flash Player 6.
myInstance.mtfbackgroundcolor
Property; color of the column(s) background. Only visible if mtfbackground is set to true, default value is 0xeeeeee.
Flash Player 6.
myInstance.mtfborder
Property; if true, the column(s) have a border. If false, the column(s) have no border.
Flash Player 6.
myInstance.mtfbordercolor
Property; color of the column(s) border. Only visible if mtfborder is set to true, default value is 0xdddddd.
Flash Player 6.
myInstance.mtfbottomscroll
Property (read-only); indicates the last visible line of last column.
Flash Player 6.
myInstance.mtfcondensewhite
Property; if true html formatting ignores white space. If false, html formatting does not ignore white space.
Flash Player 6.
myInstance.mtfembedfonts
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.
Flash Player 6.
myInstance.mtfgutter
Property; spacing between columns measured in pixels. Only utilised where mtfx does not equal the number of columns generated.
Flash Player 6.
myInstance.mtfheight
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.
Flash Player 6.
myInstance.mtfhtml
Description
Property; if true, column(s) accept html formatting. If false, column(s) do not accept html formatting.
Flash Player 6.
myInstance.mtflength
Property (read-only); indicates the number of characters in the column(s).
Flash Player 6.
myInstance.mtfmaxcolumns
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.
Flash Player 6.
myInstance.mtfmaxscroll
Property (read-only); indicates the maximum value of mtfscroll.
Flash Player 6.
myInstance.mtfminscroll
Property (read-only); indicates the minimum value of mtfscroll
Flash Player 6.
myInstance.mtfname
Property (read-only); returns array containing instance names of column(s) contained within component instance.
Flash Player 6.
myInstance.mtfpagesize
Property (read-only); indicates the total number of lines visible across all column(s).
Flash Player 6.
myInstance.mtfscroll
Property; indicates the vertical position of text in the column(s).
Flash Player 6.
myInstance.mtftext
Property; indicates the current text in the column(s).
Flash Player 6.
myInstance.mtftextformat
Property; indicates the default text tormat applied to the column(s).
Flash Player 6.
myInstance.mtftextheight
Property (read-only); indicates the height of mtftext
Flash Player 6.
myInstance.mtftextwidth
Property (read-only); indicates the width of mtftext in a single column.
Flash Player 6.
myInstance.mtfwidth
Property; width of column(s) measured in pixels.
Flash Player 6.
myInstance.mtfx
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.
Flash Player 6.
myInstance.mtfy
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.
Flash Player 6.
myInstance.getMTFcolumnsize(index)
index integer indicating which column to measure.
Method; returns number of visible lines in index column.