Don't know if this helps, but for html, you set:

textArea.html = true;
then:
textArea.text = thestring; 

,but for textField, you set:

textField.html = true;
then:
textField.htmlText = thestring;

But you probably knew that.  I think that's really confusing the way
Macromedia coded that.  Guess their developers weren't talking to each
other enough.  

What are you using to bring in the XML?  Before going to the textfield,
the string is being traced out as having the HTML tags intact or no?

The CDATA tags are correct in the XML as well?

Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com







NOTICE:
This message is for the designated recipient only and may contain privileged or 
confidential information. If you have received it in error, please notify the 
sender immediately and delete the original. Any other use of this e-mail by you 
is prohibited.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to