PDA

View Full Version : Flash form data to Filemaker Pro?


barry7377
02-28-2003, 11:38 PM
Hello Everybody!

I am new to this forum. I'm not sure if this posting belongs here so correct me if I am wrong. I am familiar with basic design of flash websites (animations and simple websites) but not knowledgeable in the backend/actionscript stuff.

I am using Flash MX for my Mac and creating a website for my client. He wants me to create a form for users to input simple data (first name, last name, email address) and have that data from flash outputted into a comma delimited text file (most preferable for him). This way he can input that data into his FileMaker database.

I don't know how to do this. I'd like some help, advice, support, and/or link to some flash resources where I research and learn how to execute this. Any help would be GREATLY appreciated!

Thank you guys (and girls) in advance!

-Barry

Billy T
03-01-2003, 01:55 AM
well you will need a server side script to send the email - http://www.flashkit.com/tutorials/Dynamic_Content/E-mail_i-Jeffrey_-658/index.php

mainipulating the script to put all the variables into one line serperated by a comma shouldn't be too hard

good luck