Hi,
I'm passing in the name of a variable through xml.And that variable will be used with loadVars to pass stuff to the server. Is there any way in which I can get the name from xml and use that directly? This is what I mean.
xml
<var name="cat" />
flash
variable = node.attributes.name;
l = new loadVArs();
//how do i get the valueOf varialbe in there.
l.(valueOF(variable)) = "sdfasdf";
thanks,
I'm passing in the name of a variable through xml.And that variable will be used with loadVars to pass stuff to the server. Is there any way in which I can get the name from xml and use that directly? This is what I mean.
xml
<var name="cat" />
flash
variable = node.attributes.name;
l = new loadVArs();
//how do i get the valueOf varialbe in there.
l.(valueOF(variable)) = "sdfasdf";
thanks,