PDA

View Full Version : email button



student07
January 29th, 2008, 01:48 PM
Some users may not have an email service available, so how can you best activate a prompt if they click on your email button that is using the below code in Flash:



on (release) {
getURL("mailto:me@mywebsite.com");
}

fasterthanlight™
January 30th, 2008, 02:46 PM
don't use mailto:, build a flash contact form instead.

also.... this question doesn't belong in the HTML CSS Forum

student07
January 30th, 2008, 07:10 PM
thanks for the tip: The site actually has a form but a email button has been added additionally. the reason this was posted in a html was mainly to see if there were any tips for how it is resolved outside of flash. Maybe this should be in server side.

thank you for the tip again.