Creating TextField objects dynamically

In addition to creating TextField object while authoring in Flash, you can create them using ActionScript. The MovieClip.createTextField() method creates an empty text field. You specify the new text field's instance name, x any y coordinates, height, width, and depth (z-order).

For more information about this method, see .