Sameer Mirza
New member
I'm working on an open source flash chat (80+ avatars
! ) commercial quality.
Anyways I have a ASP script that returns the following XML data
<message content="hi hey whats up hows it goin
"></message>
<message content="oh hey hows it goin? fustrated?"></message>
how do I iterate through the nodes and get each "content" value in flash AS2

Anyways I have a ASP script that returns the following XML data
<message content="hi hey whats up hows it goin

<message content="oh hey hows it goin? fustrated?"></message>
how do I iterate through the nodes and get each "content" value in flash AS2