I want to be able to store some strings to an XML file from an SWF. I know how
to load strings, atrributes and nodes from XML to a flash file, but i want to
be able to add some. Basicly I want an SWF on... lets say... a yahoo geocities
server (if it makes a difference).
I want it to have a couple of input boxes that store to variables lets say
'stringOne' and 'stringTwo'. The when the user presses the 'submit' button I
want to somehow store 'stringOne' and 'stringTwo' to my XML file.
I have been trying for hours to figure it out.
Does anyone know how to do this, or have an alternative that will do the same
thing?
(Please reply... or you can email me at
"darwinwaswrong18NOSPAM@yahNOSPAMoo.com" -- remove 'NOSPAM' to contact me)
Thanks.
Saiful_Y - 28 Feb 2005 12:25 GMT
Flash could pass around data in XML format but cannot directly write/modify XML file. you need to couple it with 3rd party solution such as php engine to achieve this.
Have fun!