I think pre parsing the string is your only option.

textField.htmlText = myString.replace(/<title>.+?<\/title>/g, "");

Might be easier to do if the html text is xml compliant. Make it an xml
object and run an xml query on to get all nodes where node.name().toString()
!= "title"...

H

On Wed, Aug 27, 2008 at 10:03 AM, Mendelsohn, Michael <
[EMAIL PROTECTED]> wrote:

> Hi list...
>
> I'm feeding some htmlText into a TextField and the string within the
> <title> tag of the html is rendering in the TextField.  Is there a trick
> to hide this?
>
> Thanks,
> - Michael M.
>
> _______________________________________________
> 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