PDA

View Full Version : Creating forms with UI components in Macromedia Flash MX


Nick Toye
11-06-2003, 10:56 AM
I have tried to follow the following tutorial with flash forms and UI components.

http://www.macromedia.com/support/flash/applications/creating_forms/index.html

I am doing it with ASP, but I want to be able to post the results to my email address. How do I do it.

Nick

tg
11-06-2003, 12:36 PM
so you want the user to fill out a form and then info is sent to you via email (without having the users email client open up)?

have you figured out how to pass all your info to asp?
if so, then look into cdonts, or some other asp emailer, like aspmail.

here (http://www.devguru.com/features/tutorials/cdonts/cdonts.html) is a pretty good tutorial on cdonts.

Nick Toye
11-06-2003, 08:38 PM
I am using a server that supports CDONTS