How do I get tag property value (XML) in flash?

Sameer Mirza

New member
I'm working on an open source flash chat (80+ avatars :D! ) 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
 
Back
Top