A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: input field - adjustable height

  1. #1
    ...and the law won TheSheriff's Avatar
    Join Date
    Feb 2004
    Location
    Philly
    Posts
    235

    input field - adjustable height

    Is there anyway to adjust the height of a input text field via script so that it resizes based on the content loaded into it.

    I have an animated text field that I want to loop as it reaches the bottom of the field however the content will be different based on the day. I don't want to have to use a long text field because some days there might only be 2 lines of text imported and other 20.

    Any ideas?

  2. #2
    Senior Member
    Join Date
    Jul 2000
    Posts
    419
    textField2.autosize = "left";

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center