Hi there, i have developed a website in flash and the mailto links do not work
if I use firefox as my regular browser:
I used the following in the GetUrl function : "mailto:some@server.com"
Can anyone tell me how I can make it work in firefox.
Thanks
octav20xx - 23 Feb 2007 11:17 GMT
getURL("mailto:some@server.com");
or you can trie
getURL("javascript:location.href='mailto:some@server.com'");