has anyone an idea how to do that:
in a text input field called ‘myText’ i write ‘<example>’. now if i look at myText.htmlText, i will see: ‘<example>’
i’m not able to write directly to myText.htmlText, so the question is, how to get e.g. ‘<’ or ‘&’ instead of ‘<’ or ‘&’ in my myText.htmlText while writing ditrectly in myText input text field? how to keep the html entities intact while writing in a text field in flash???