label_txt.autoSize = TextFieldAutoSize.NONE — The default. No resizing.
label_txt.autoSize = TextFieldAutoSize.LEFT — Will automatically resize the textfield and left-align the text.
label_txt.autoSize = TextFieldAutoSize.CENTER — Will automatically resize the textfield and center the text.
label_txt.autoSize = TextFieldAutoSize.RIGHT — Will automatically resize the textfield and right-align the text.
AS-3 TextFieldAutoSize
Feb, 10 -- Categories: Actionscript