Topic History of: extracting client params within Flash Max. showing the last posts - (Last post first)
Author
Message
paras
jihhaa :D i got it work:
example
Code:
function Pal_On_clients(node) {
if(node.hasChildNodes()) {
//example how to load custom para if(node.childNodes[p].childNodes[1].nodeName == "param") { trace(node.childNodes[p].childNodes[1].attributes['name']); trace(node.childNodes[p].childNodes[1].attributes['value']);
}
}
}
that works fine ;)
Tischi
I have the same Problem ^^ :(
mark_vador
Hi there,
I just started developping a multiuser flash game.
I want to use the clients params function but i have some little problems getting the informations back in Flash (I'm really new to xml).
I'm using 2 params, named posx and posy.
when i ask in Flash, for exemple, for the fisrt user connected to the server, i put in Flash something like
But now I'd like to know how I can receive the parameters values, (250 for posx and 250 for posy in this example)
Thanks a lot if you can help me for that
SORRY, website is currently mostly broken due to software changes on the server.
Hope to fix it soon ...