Question
XML and flash help...
Ok I send the socket server info telling it that I joined the room...
And as an example it sends this back to me:
<room name="Playroom">
<player name="someblueguy" value="X.52,Y.21" />
<player name="javageek1212" value="X.23,Y.34" />
</room>
Ok how do I turn name contained in the player node into a string and the value containing the X and Y?
-javageek