PDA

View Full Version : how can i make a button which opens the email application to send mail


ecuatoriano
10-16-2006, 04:14 AM
like in html there´s the <a href="mailto:guido@circulacion.net">Guido</a> how do i do this same thing with a flash button?

kennard
10-16-2006, 04:40 AM
your_btn.onRelease = function(){
getURL("mailto:guido@circulacion.net", "_blank");
};

anonymous
10-16-2006, 01:10 PM
http://www.webthang.co.uk/tuts/tuts_fmx/gfmx3/gfmx3_1.asp