Im redesigning an html site with flash. As a visitor to the site want to be able to send an email to the website owner. How can I create this, if possible, with flash?
//on submit button
on(release){
subject = "the subject"; // As a string
body = textBoxInstanceName.text // The instance name of the text box for the input.
getURL("mailto:me@me.com?subject="+subject+"body="+body);
Better to use server side script though.
Wow JT that almost looked like you knew what you were doing!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.