What I have to do to automatically open up a e-mail mask (outlook express) "on release" of a button in Flash MX.
This direct link seems only to work with http:\\ addresses??
anybody which know how to tackle the problem?
| SitePoint Sponsor |
What I have to do to automatically open up a e-mail mask (outlook express) "on release" of a button in Flash MX.
This direct link seems only to work with http:\\ addresses??
anybody which know how to tackle the problem?





PHP Code:buttonInstance.onRelease = function() {
getURL("[email=you@yourhost.com]mailto:you@yourhost.com[/email]");
}
thanks freddy!
will try and let you know the result!
freddy,
I try'd but it isen't working ; still the browser window open up - I just want the outlook e-mail
mask window to open?
Bookmarks