PDA

View Full Version : button's code for email address's



mavis
January 14th, 2003, 06:13 AM
whats the code in flash 5 to inable input text to be sent to the clients email address - i.e, when the submit button is pressed, the form needs to be sent to the desired email address.

cheers if anyone can help!!

mavis=)

Dravos
January 15th, 2003, 06:01 AM
well an e mail is getURL("mailto:bob@beta.com");

can you not a subject line to a mailto ie subject = then a variable or sumthin

Danno
January 15th, 2003, 06:27 AM
Mavis,

What you'll need to do is involve some php. Flash by itself can't send emails via forms. That is why you must use outside code. If you know php, though it doesn't sound like it or else you would've thought of that first, great. And if you don't... send me an email and I can work it all out for you.:beam: