yes doing that, when I do a trace when I have a CDATA section with hello and 
bold tags around it (not typing it as it won't be displayed in the flashlist) I 
see in the text field the hello with the html tags and the same in the trace, 
if I set a string to hello with bold tags around it and assign it to the same 
text field it works... I'll create a demo file and upload soon, I had a 
deadline so ended up using loadvars for the html content and that worked, but 
I've done the CDATA section stuff for my old site and it worked then.

Grant


----- Original Message -----
From: Merrill, Jason [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: 12/9/05 1:36 PM
Subject: RE: [Flashcoders] Xpath and HTML tags inside XML bug?

> 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

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to