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

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -