Skip to main content
Participant
September 25, 2006
Question

Mailform in Flash?

  • September 25, 2006
  • 2 replies
  • 258 views
Is it possible to create a mail orm in Flash? Would be greatful if somebody has any easy script to share?
This topic has been closed for replies.

2 replies

Participating Frequently
September 25, 2006
You can try something like this:

var mailStr:STring = "mailto:someone@somwhere.com?subject=This is the subject&body=This is the message";
getURL(mailStr, void(0));

This will open up the user's mail program (at least on most machines) and then they would have to hit the send button to send the e-mail.

Tim
September 25, 2006
it it's not short messege,better looks some tutors about it . it is not problem.
Participant
September 25, 2006
Well i already got some code examples but what i cant figure out is where to specify a mail destination adress.