What is the difference between static text and dynamic text?
The dynamic text is different from the static text. The static text cannot be updated dynamically, while the dynamic text has the ability. You can bind an ActionScript variable to a dynamic text. When the value of the variable is changed, the content of the dynamic text can be updated immediately, and vice versa. The format of every character of the dynamic type should be the same, such as font, font size and color, but the static one might be various.