That's a cool idea, thank you

On Wed, Feb 3, 2010 at 9:19 PM, Jer Brand <[email protected]> wrote:
> Off the wall suggestion: If you're just adding this to a HTML enabled
> text field (or some other HTML enabled container), you might change
> your tag's to <p></p> rather than <chat0>...</chat0> and add the
> entire thing to the textfield's htmlText.
>
> handleChat(myxml.chat0);
>
> function handleChat(list:XMLList):void
> {
>       chatText.htmlText = list.toXMLString() ;
> }
>

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to