FLASH Quiz Template modifications

mdnblaster

Member
Jan 19, 2004
41
0
0
I am trying to get the flash quiz template to submit the end score to me by email - is this even possible? Currently I have a submit button with the following:
on (release) {
getURL("mailto:me@myemail.net?subject=Score"+"&body="+body);
}
I renamed the Total Score results box as Instance Name - body, however the variable name is still QuizTrack.percent_format.
When I test the movie I get "_level0.body" in the body of my email.
I want to get the score from the quiz to be emailed upon submission, again is this even possible? (I am tying to avoid using php, etc.)
THANK YOU!!