English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

here is my current actionscript:
email.onRelease = function(){
getURL("mailto:my email address", "_blank");
};

It is not working at all. When I tweak it, the mail application will occasionally open when the button appears in my animation. But it will not work when pressed.

2007-03-05 14:35:46 · 1 answers · asked by Jesse C 4 in Computers & Internet Software

1 answers

Add this script to your button:

on (release) {
getURL("mailto:you@x.com");
}

2007-03-06 01:37:42 · answer #1 · answered by A* 7 · 0 0

fedest.com, questions and answers