Groups | Blog | Home
all groups > flash actionscript > november 2006 >

flash actionscript : Email Variables???


3tBSI
11/22/2006 9:56:01 PM
Is it possible to have an action script email a variable to an email address.
kglad
11/22/2006 10:15:19 PM
Denise Hambrick
1/8/2007 8:11:48 AM
This sounds exactly what I need to do. I have a variable defined that I need
to have emailed to an address when a button is clicked. What is the script to
send the email? Is it required to use Outlook? Can this be done in the
background without the user's knowledge?
(The way I have it set up is simple, but doesn't add the variable to the email
and opens Outlook. If they don't use Outlook, it won't work. Plus they can
simple not send the email.)

Thanks for your help.


kglad
1/8/2007 3:23:24 PM
if the user has any default email program flash can call that (using getURL)
and there's no way to do that without user interaction (and knowledge of what's
occurring).

you can send email without user interaction/knowledge but you need some
server-side coding (like asp, php, perl etc) that flash can call.

both methods can send the contents of variables.
Denise Hambrick
1/9/2007 1:48:16 AM
Thanks for your reply. I expect to use the php method. Can you direct me to the code (Flash and/or php) to do that? Examples or a resource would be great.

Thanks,
kglad
1/9/2007 1:58:15 AM
search google for php email. there are plenty of resources.

Denise Hambrick
1/9/2007 4:03:06 AM
Great! Thanks.
kglad
1/9/2007 5:13:37 AM
AddThis Social Bookmark Button