Flash + Fonts: autosize textfield html fix September 20, 2008
More fun with text. TextFieldAutoSize only appears to work when TextFields are set to MultiLine noWrap in the Text Tool properties editor, or in actionscript
-
-
txt.multiline = true;
-
-
txt.wordWrap = false;
Otherwise it's appeared to be ignored. I'm sure this is documented somewhere, it's not on the livedocs, but it would be nice if there was a warning for this if this actually the case.

2 responses to 'Flash + Fonts: autosize textfield html fix'
[...] Link to the original site [...]
Thanks Troy!
Add a Comment: