flex - How to dynamically add attributes to an object and convert that object to xml -


how dynamically add attributes object , convert object xml in flex/actionscript?

you must denote object dynamic, can add properties want. can fall on the

for (var i:string in myarray)  {     trace(myarray[i]);  }  

to create xml.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -