# Updating XML from Flash

**URL:** https://forum.kirupa.com/t/updating-xml-from-flash/214242
**Category:** flash
**Created:** [January 26, 2007, 4:54pm UTC](https://forum.kirupa.com/t/updating-xml-from-flash/214242 "2007-01-26T16:54:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![perfecthill](https://avatars.discourse-cdn.com/v4/letter/p/c77e96/32.png) [@perfecthill](https://forum.kirupa.com/u/perfecthill)
#### Post date: [January 26, 2007, 4:54pm UTC](https://forum.kirupa.com/t/updating-xml-from-flash/214242/1 "2007-01-26T16:54:39Z")

</div>

Does any know if it is possible to update an XML document using flash?  
I’d like to do this without using PHP or anyother server side script; just from actionscript to xml.

For example is the original xml file was used as a config file:

**Code:**  
\<users\>  
\<username\>perfecthill\</username\>  
\</users\>

…and from flash I’d like to change the value to:

**Code:**  
\<users\>  
\<username\>someone\</username\>  
\</users\>

Can this be done?!

…and if this can’t be done natively, can I update a text file for a similar reason?
