I have a button that I want to add a simple action script to so on (release) it opens users default mail client.
Here is the code I am using but it is not opening mail client any suggestions?
on (release) {
getURL(“mailto:example@hotmail.com”);
}
Thanks in advance.