Hi- I’m tryng to find out if its possible to generate an XML file from Flash in a web browser. I have a Flash app that generates formatted XML code in a text field, and I want to be able to save the file from there. My work-around right now is to just copy and paste outside of the program. I’m not too familiar with Javascript and I’ve used this example before to save TXT files:
http://www.grantdavisdesign.com/temp/saveAFileFromFlash.zip
Is is possible to apply the same principals and make an XML document? One issue I’ve also been having is keeping the correct formatting once Flash sends the variable through the web browser to the text file. It just comes out as one long line of text. Any insight there would also be appreciated. Thanks!