View Single Post
Nutrox's Avatar Nutrox Nutrox is offline Super Moderator 17 Creative Assets 2009-06-28 #2 Old  
It sounds as though you are reading the HTML from the text field instead of the plain text. Internally, Flash always uses HTML regardless of the render setting, the render setting simply changes the way the text field content is displayed.

Code:
var body:String = myTextField.text;
Reply With Quote