PDA

View Full Version : Writing Flash form data to a file locally


Xstream
08-23-2006, 03:42 PM
Hi All,

I've to make a form that's going to work on a local machine without internet during an event. I have a form i'm using for our website, but this one just sends emails.

The data needs to be written to a file (Excel / XML ?) which we, after the event, tranfer to another computer and add the list of subscriptions in our company network.

Could anyone advise me how to do this the right way? Should i write it to an XML file or something else? Anyone has an example of such a form?

Normally i use PHP, but that's not an option now.

Any help or suggestion will be much appreciated!

Thanks in advance!

Xs.

deadbeat
08-23-2006, 05:50 PM
If this is a standalone projector, you'd need to use a 3rd party tool like Zinc:

http://www.multidmedia.com/

K.

Xstream
08-25-2006, 10:58 AM
Well creating a stand alone projector is not the problem.

It's more the backend i'm worried about. How do i write the data to an XML or Excel file. All examples i could find used either asp or php to write it to xml.

Isn't it possible to write it directly to an xml file?