I have a masked textbox which is also dynamically added to the stage from the library, and I’d like it to resize according to the amount of text loaded into it.
this isn’t working:
contentBox.container_mc.contentTxt_mc.autoSize = TextFieldAutoSize.LEFT;
Unfortunately I’m getting error:1120 but I’ve checked and rechecked every instance name so this error doesn’t make much sense…
what am I missing?
help please!