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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -