What is dynamic text? How is it different than static text? How is it used?
What will be an ideal response?
Static text cannot be changed after the document plays in Flash Player.
Although static text cannot change, dynamic text can.
Dynamic text can receive text in the form of characters or numbers from a Web server or from an expression in ActionScript and display the text on a Web page in Flash Player. Dynamic text is defined to display the contents of a variable. The variable can be used in ActionScript to change the value displayed. For example, if a dynamic text block is assigned the variable Amount, you can code an expression in ActionScript that assigns the result of a calculation to the variable. The value stored in the variable Amount will then appear in the text block in the Web page.
You might also like to view...
A CARS checklist can be used to evaluate online information.?
Answer the following statement true (T) or false (F)
The C++ queue class includes the push() and pop() functions. One works at the end of the line and one works at the beginning of the line. Explain which is which.
What will be an ideal response?