Thread
:
trying to strip formatting from input text field
View Single Post
Nutrox
17 Creative Assets
2009-06-28 #
2
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;
Nutrox
View Public Profile
Visit Nutrox's homepage!
Find all posts by Nutrox