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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -