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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -