How might one make a mailto kind of link in flash?:evil: :evil: :evil:
make your button and use the getUrl comand to put this in:
on (release) {
getURL("mailto:email@addy.com");
}
How might one make a mailto kind of link in flash?:evil: :evil: :evil:
make your button and use the getUrl comand to put this in:
on (release) {
getURL("mailto:email@addy.com");
}
:: Copyright KIRUPA 2024 //--