October 2004
Beginner
320 pages
5h 51m
English
IN THIS CHAPTER
Flash uses three types of text in any application: Static, Input, and Dynamic text. Static text is hard-typed into the application, and never changes. Input text allows you to create fields that your end users can type information into. Dynamic text allows you to do things like display information retrieved from external sources in your application or otherwise change text through ActionScript.
Each type of text has different options to set on the Property Inspector, and these options can affect file ...