PDA

View Full Version : Form that inputs data to XML file


ienjoyhotsoup
02-29-2008, 04:36 PM
I'm new to AIR. A client needs a form to be run locally. Its a basic form with simple "name" and "email" text fields. When the user successfully fills out the form, the data needs to be exported to an external, either an XML document or some other convenient document.

Can anybody point me in the right direction? Is there an easy way to accomplish this or is there a tutorial that I can follow?

ienjoyhotsoup
02-29-2008, 04:44 PM
A client needs a form to be run locally on a laptop with no internet connection. Its a basic form with simple "name" and "email" text fields. When the user successfully fills out the form, the data needs to be exported to an external document, either an XML document or some other convenient document.

Can anybody point me in the right direction? Is there an easy way to accomplish this or is there a tutorial that I can follow?

ienjoyhotsoup
02-29-2008, 06:11 PM
A client needs a Flash form to be run locally on a laptop with no internet connection. Its a basic form with simple "name" and "email" text fields. When the user successfully fills out the form, the data needs to be exported to an external document, either an XML document or some other convenient document.

Can anybody point me in the right direction? Is there an easy way to accomplish this or is there a tutorial that I can follow?

CyanBlue
02-29-2008, 06:46 PM
Please keep your question to one thread... Crossposts merged... :(

CyanBlue
02-29-2008, 06:48 PM
AIR can write a file locally... Check out the AIR referrence guide for that...