Creating a “mailto” link


//code inside a Button
onRelease(){
getURL("mailto:helmut@humanletterstudios.com")
}

//Code On Timeline
myButton.onRelease = function(){
getURL("mailto:helmut@humanletterstudios.com")
};

← Back to home