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
Post a Comment