how i make an email link like when you click a button it autimatically sends ???
add actionscript to the button.
try adding this:
on (release) {
getURL("mailto:youremailaddress@something.com");
}
how i make an email link like when you click a button it autimatically sends ???
add actionscript to the button.
try adding this:
on (release) {
getURL("mailto:youremailaddress@something.com");
}
:: Copyright KIRUPA 2024 //--