actionscript 3 - edit an xml file from flash as3 -
in root xml file is:
<object> <item>my item 1</item> <item>my item 2</item> </object>
i want result is:
<object> <item>my item 1 edited</item> <item>my item 2 edited</item> </object>
can possible edit external xml file actionscript using flash. if possible how?
are looking similar map editor saves , loads xml?
http://zoron19.deviantart.com/art/parkoureditor-395279691
Comments
Post a Comment