Choosing the Right Text Formatting System

So far this chapter has described four different ways to format text in Flash animations. How do you choose the right technique for your project? Here are some general guidelines about when to use Flash's Properties panel, ActionScript's Text-Format object, HTML, or CSS to format text in your Flash projects:

Note

When you use HTML and CSS in Flash, you can use only a few of the most common tags and properties. It's not surprising that these are the tags and properties that are matched by TextFormat object. If you're choosing HTML or CSS for a specific feature, make sure that you can use that feature in Flash and ActionScript. You can find a complete list in the ActionScript 3.0 Reference for the Adobe Flash Platform in Flash's help system. Look under flash.text, and then choose the TextField class. Then choose htmlText property, and you see a table that lists the tags Flash supports. For CSS, look under flash.text for the StyleSheet class. In its help pages, you see a table listing the CSS properties supported in Flash and ActionScript.