If you’ve got htmlText, imported from, say, xml – you might lose some lines in bullet lists and things, just some real odd stuff like that. You can sort that out by assigning autosize to the textField, AFTER you’ve assigned the text to it.
coursesField.autoSize = TextFieldAutoSize.LEFT; coursesField.wordWrap = true; coursesField.htmlText = whatever;
Tech Reference: AS3
Leave a Reply