I have a textfield (first_text) in which I load text from myText.txt. I also have
ActionScript Code:
[FONT=Courier New][LEFT]first_text.[COLOR=#0000ff]autoSize[/COLOR] = [COLOR=#000000]**true**[/COLOR];
[/LEFT]
[/FONT]What I need is to get the first_text._height AFTER the text is loaded in, to use it in building a scrollbar with a thumb that has a hight according to the height of the textfield.
I also tried to put the textfield inside a movieclip and get the movieclip’s height instead the textfield height, but I still don’t know how to get that number…
I also attached a test fla…
could anyone give me a quick help?