Hi
I used the tutorial to do a link to my email, but it doesn´t work.
I´m using Flash MX, and code is:
on (release) {
getURL(“mailto: [email protected]”, “_self”);
}
thanks
Hi
I used the tutorial to do a link to my email, but it doesn´t work.
I´m using Flash MX, and code is:
on (release) {
getURL(“mailto: [email protected]”, “_self”);
}
thanks
Quick and simple:
on (release) {
getURL("mailto:[email protected]", “_self”);
}
1 space makes all the difference.
I tried that and nothing. It´s strange
I´ve tried a lot of ways but I can´t make it work.
mailto: links only work if you have a default mail program set in your browser settings (usually Outlook Express in IE)
Thats the only thing I can think of is why it wouldn’t work, because it does work.
maybe it´s a stupid question…
this links works only on the web, or I can try it on the windows projector (.EXE)?
Maybe this is the point…
It works with or without _self there. Ive tested that a while ago and it worked for me.
:: Copyright KIRUPA 2024 //--