PDA

View Full Version : PHP and Sending Email From Flash?


jmarshall
03-21-2002, 12:02 AM
Is PHP the only way to send email directly from a Flash movie? I do not think my host has it on their server.

Just looking for alternatives if there are any?

Thanks!

Billy T
03-21-2002, 04:52 AM
you mean from a form?

JHallam
03-21-2002, 10:19 AM
Well if your server supports ASP or any other
LINK for ASP (http://www.flashkit.com/movies/Interfaces/Forms/SUPER_FL-Kali_Rom-6500/index.shtml)


Also you could use a cgi to pass the varibles from your server.
here's a file you can use which is LINK for CGI (http://www.flashkit.com/cgi-bin/movies/search.cgi?query=CGI) and a LINK for jsp (http://www.flashkit.com/movies/Scripting/Server_Communications/Flash_fo-Spike_Wa-3492/index.shtml)

also if you don't want/or your server don't support the stated go here and use the direct email approach;
LINK (http://www.actionscript.org/forums/showthread.php3?threadid=10270)

farafiro
03-21-2002, 10:55 AM
www.macromedia.com/support/flash/ts/documents/email_link_flash5.htm

jmarshall
03-21-2002, 12:07 PM
Thank you for the suggestion, I will try them out :-)