Hello…
I put an email link into a flash file (to launch the default email program) using:
on (release) {
getURL(“mailto:testing@testme.com”);
}
When i export it out to become a flash projecter .exe file, the link doesn’t work and nothing happens when I click on the button.
Can anyone please help in this matter?
Thanks