Re: [Flashcoders] quick xml question

2006-05-08 Thread Mike Boutin
You could use php to write an xml file. Flash guru wrote: Hey all, Can anyone point me in the right direction of how to save an xml doc from flash. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] quick xml question

2006-05-08 Thread eric dolecki
http://chattyfig.figleaf.com/pipermail/flashcoders/ On 5/8/06, Flash guru [EMAIL PROTECTED] wrote: Hey all, Can anyone point me in the right direction of how to save an xml doc from flash. ___ Flashcoders@chattyfig.figleaf.com To change your

RE: [Flashcoders] quick xml question

2006-05-08 Thread Merrill, Jason
Subject: Re: [Flashcoders] quick xml question You could use php to write an xml file. Flash guru wrote: Hey all, Can anyone point me in the right direction of how to save an xml doc from flash

Re: [Flashcoders] quick xml question

2006-05-08 Thread Thomas Fowler
You could construct the XML doc on the fly in Flash and have the user copy and paste the XML to a new file. They could upload the new file to the server if that's what you need to do. As far as writing to the file system goes, I don't think you'll have much luck. Thomas On 5/8/06, Mike Boutin

RE: [Flashcoders] quick xml question

2006-05-08 Thread Adrian Lynch
, Jason Sent: 08 May 2006 21:44 To: Flashcoders mailing list Subject: RE: [Flashcoders] quick xml question You could also use .Net or ColdFusion or Jason Merrill ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

RE: [Flashcoders] quick xml question

2006-05-08 Thread Tom Lee
This is a pretty general question... The right direction depends a lot on what you're going to do with the data, and what you mean by save. For example, you can save small amounts of xml in a SharedObject on the user's computer. Only that user's computer would have access to the data. If you