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

flash actionscript : Quiz Template - email results to Lotus Notes


angelina28
9/25/2006 5:48:19 PM
I'm trying to send results from a Flash MX 2004 quiz template via intranet
email to a Lotus Notes end user. Our servers are not php enabled and need to
find a tutorial on how to do this using another type of server side script.
I'm an intermediate flash user with little knowledge of these type of scripts.
The quiz score along with user information is what I'm trying to send. Any
help on this would be highly appreciated. =)

Angela
TimSymons
9/25/2006 6:37:10 PM
Try this:

var mailStr:String = "mailto:someone@somwhere.com?subject=This&body=Some more text.";
getURL(mailStr, void(0));

AddThis Social Bookmark Button