Using skins with the TextInput

The TextInput component uses the following skins, which you can edit to change its appearance:

TextInput skins

TextInput caption


The following procedure changes the border and background colors of a TextInput component:

To change the colors of the TextInput component's border and background:

  1. Create a new Flash file.
  2. Drag a TextInput component to the Stage and double-click it to open its panel of skins.
  3. Double-click the Normal skin.
  4. Set the zoom control to 800% to enlarge the icon for editing.
  5. Select each edge of the Normal skin's border, one at a time, and set its color to #993399 to apply it.
  6. Double-click the background until its color appears in the Fill color picker in the Property inspector. Select color #99CCCC to apply it to the background.
  7. Click the Back button at the left side of the edit bar above the Stage to return to document-editing mode.
  8. Select Control > Test Movie.

The TextInput component should appear as shown in the following illustration:

TextInput component with changed border and background colors.