how do you?
- Started
- Last post
- 3 Responses
- kentaro
send mail in flash .... I looked on flashkit and everything hooks to server side..... php...cgi....
ok I just need a text field with a submit button...
I just want to collect email addresses.... send it to one email address..... and thats it......
- _nando0
Just find a Mail php/cgi code and set the everuthing on the code to Flash. for example, in the code there's a Send button with an action, right? Just copy that action from the PHP/CGI code to you Flash send button.
:)
- Epictive0
http://www.podlob.com/download/ There is a nice example there I think.
-A
- enobrev0
well, flash can't send email on it's own. You have to hook to a server app to send. whether it be php or cgi, asp, whatever, it has to be done.
I reccommend finding the simplest one you can find, and just do a LoadVars to send the field value to it.