I need to create a dynamic XML request (not sure that is the right terminology). I've put a sample of what I need below.
I need to turn
XMLdata.test[0].elements("myTest");
into
var req:String = "test[0].elements('myTest')";
XMLdata[req];
anyone ever try that? Thanks for any help
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

