Textfield.html - MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

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

This manual is also suitable for:

Flash mx

Table of Contents