PDA

View Full Version : Flash to edit XML file?



allywilson
April 22nd, 2006, 06:33 AM
Hi guys,
I'm making a site for a friend and want them to be able to edit their data easily. I've been placing the content they would like to change within XML files, and calling them forth using PHP. Now, I was wondering if it's possible to create a flash file that also calls forth the XML data - but allows it to be modified and saved back to the original file?

Any ideas?

Thanks,

Ally

Voetsjoeba
April 22nd, 2006, 06:39 AM
Flash cannot write XML files to disk. For that, you'll need PHP to handle it.

allywilson
April 22nd, 2006, 06:55 AM
Ok, can anyone point me in the direction of something that will show me how to write to XML from PHP lol? I only thought of using Flash as it would make it easier on the users eye :-)

Ta for the quick response,

Ally