Array
using text field and submit button [Archive] - FlashMove Forum

PDA

View Full Version : using text field and submit button


kirk.netiq
08-19-2005, 12:34 AM
Can anyone tell me a straight forward way to create a text field (where a user can enter an email address). Then, to the right of the text field would be a button that says "Sign me up!" . Then the user hits this button and an email is sent.

Jiggie
08-19-2005, 03:49 AM
Hi!

youll need to use sendAndLoad Vars, and php (or asp or any serverside scripts).
data from the textfield from flash will be sent to php them php will send email this to a user.

heres a link about it: http://www.kirupa.com/developer/actionscript/flash_php_email.htm

kirk.netiq
08-19-2005, 04:30 PM
Thanks for the help. I am doing this flash web page for my church and do not have access to their servers...is there any client side type of scripting that can be used here....