Supported HTML Elements
- Anchor: <a href="/support/flash/ts/documents/url">
- Bold: <b>
- Font: <font [color="#xxxxxx"] [face="Type Face"] [size="Type Size"]>
- Italic: <i>
- Paragraph: <p [align="left"|"right"|"center"]>
- Underline: <u>
- Break: <br>
- Image: <img src="/images/flash/dogs.jpg"/> The <img> tag lets you embed external image files (JPEG, GIF, PNG), SWF files, and movie clips inside text fields and TextArea component instances.
- List Item: <li>
- Ordered and unordered lists (<ol> and <ul> tags) are not recognized by Flash Player, so they do not modify how your list is rendered. All list items use bullets.
- Span: The <span> tag is available only for use with CSS text styles.
- TextFormat: The <textformat> tag lets you use a subset of paragraph formatting properties of the TextFormat class within HTML text fields, including line leading, indentation, margins, and tab stops. You can combine <textformat> tags with the built-in HTML tags.
Additionally, Flash Player supports HTML entities:
- < < (less than)
- > > (greater than)
- & & (ampersand)
- " " (double quotes)
- ' ' (apostrophe, single quote)