Categories Displayed in Flash

Flash + Fonts: autosize textfield html fix

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

  1.  
  2. txt.multiline = true;
  3.  
  4. 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 [...]

2. doug said:
Made on 25.9.08 @ 6:39 am

Thanks Troy!

Add a Comment: