Re: [Flashcoders] Dynamically Creating an XML Request

2010-06-16 Thread allandt bik-elliott (thefieldcomic.com)
there's this http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/XML.html#elements() http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/XML.html#elements()you should also search for e4x wildcards if you want to search for a list of nodes that have a common attribute it's

[Flashcoders] Dynamically Creating an XML Request

2010-06-15 Thread Lehr, Theodore
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