Hey guys! How do I make an email addy link work in the flash player? I used the mailto: hyperlink thingy that works in html…but for some reason it doesn’t when in flash player? How do I make it work? I’m so confused.
Of course it won’t work in Flash Player. It needs some internet link…you have to test on a browser.
on (release) {
getURL("mailto:myaddress@domain.com");
}
I don’t know what, I just made something and it worked with Flash Player, I deleted the AS and then all of a sudden after trying again, it didn’t work…