TextField.html
Availability
Flash Player 6.
Usage
my_txt.html:Boolean
Description
Property; a flag that indicates whether the text field contains an HTML representation. If the
property is
html
non-HTML text field.
Example
The following example creates a text field that sets the
text displays in the text field.
this.createTextField("my_txt", this.getNextHighestDepth(), 10, 10, 160, 22);
my_txt.html = true;
my_txt.htmlText = "<b> this is bold text </b>";
See also
TextField.htmlText
, the text field is an HTML text field. If
true
is
html
false
property to
html
true
, the text field is a
. HTML-formatted
TextField.html
891
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?
Questions and answers