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:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


.



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] quick xml question

2006-05-08 Thread Merrill, Jason
You could also use .Net or ColdFusion or

Jason Merrill   |   E-Learning Solutions   |  ICF International




-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of Mike Boutin
Sent: Monday, May 08, 2006 4:42 PM
To: Flashcoders mailing list
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.
 ___
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 [EMAIL PROTECTED] wrote:


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:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


 .


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] quick xml question

2006-05-08 Thread Adrian Lynch
... you could email it to me along with a cheque for ?1000 and I will hand
stitch it into a piece of felt, take a picture of it and email you a jpeg!

Oh come on, don't tell me you're not tempted! :OD

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Merrill,
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 the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 are creating a standalone application, the term save has a
completely different meaning.  If you want Flash to spawn a file save dialog
and allow you to create an XML file somewhere on your computer, you'll need
to look at some third party add-on software (check out
www.multidmedia.com/software/zinc).

If you want to save the XML data to a server, you will need to have a
server-side script (ASP, PHP, ColdFusion, etc) that can accept the data and
write the file.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Flash guru
Sent: Monday, May 08, 2006 4:38 PM
To: Flashcoders mailing list
Subject: [Flashcoders] quick xml question

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:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com