"How do I save an xml file to the server?" Flex's back-end agnosticism always poses a challenge for Flex developers that need to retrieve/save data, but do not have team of developers behind them to help.
I wrote an example that retrieves an xml file from the server, allows you to edit it, and then save it back. It includes two backend platform examples, asp.net, and jsp. A similar tutorial using php, of cf, or anything would be helpful. Actually, the xml editor part of my example may make the example too complex for many, and maybe should be a separate example. If I do it over, I will make the save/retrieve functionality the focus. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of michael_ramirez44 Sent: Monday, March 05, 2007 9:52 AM To: [email protected] Subject: [flexcoders] Re: I want to write a tutorial I worte a Flex 2/Amfphp 1.9 tutorial that is on http://www.HowToForge.com <http://www.HowToForge.com> . I plan to write a similar tutorial using Fluorine. Michael Ramirez --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "danneri21" <[EMAIL PROTECTED]> wrote: > > Hey guys, > > I want to write another tutorial on Flex. > > So far I've written on how to create a login system with flex and php, > and an mp3 player in flex. > > Any suggestions on what I should do next? > > I'm fresh out of ideas :p >

