Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Yes, it's possible. Take a look at the <a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/controls/Label.html#htmlText" rel="nofollow noreferrer"><code>Label.htmlText</code></a> documentation in the livedocs which explains how to set markup on a <code>Label</code> control, e.g.</p> <pre><code>&lt;mx:Label&gt; &lt;mx:htmlText&gt;&lt;![CDATA[This is an example of &lt;b&gt;bold&lt;/b&gt; markup]]&gt;&lt;/mx:htmlText&gt; &lt;mx:Label/&gt; </code></pre> <p>The <a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/TextField.html#htmlText" rel="nofollow noreferrer"><code>Text.htmlText</code></a> reference has a full list of the tags supported and gives detail about the Paragraph and Span tags :</p> <blockquote> <p>Paragraph tag</p> <p>The <code>&lt;p&gt;</code> tag creates a new paragraph. The text field must be set to be a multiline text field to use this tag. The <code>&lt;p&gt;</code> tag supports the following attributes:</p> <p><code>align</code>: Specifies alignment of text within the paragraph; valid values are left, right, justify, and center. <code>class</code>: Specifies a CSS style class defined by a <code>flash.text.StyleSheet</code> object.</p> <p>Span tag<br> The <code>&lt;span&gt;</code> tag is available only for use with CSS text styles. It supports the following attribute:</p> <p><code>class</code>: Specifies a CSS style class defined by a <code>flash.text.StyleSheet</code> object.</p> </blockquote> <p>Ultimately, there are quite a few ways to do what you want.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload