The goal is to start with an xml file like:
<Images>
</Images>
and add a node such as:
<Images>
<image>image1</image>
</Images>
to the existing file. I use XML.send and it returns true (the syntax is corect triggers true), but the file has not changed. When I look at the XML in the app...
I have found a couple of threads saying that you cannot modify an XML file from Flash without server side script. Is this true?
I just will need to add a node or change a value. This is my ultimate goal. Does anyone know how to do this easily, or have a script for updating XML files.
Is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.