How to make mail link in swf (CD Presentation)

Hi All,

I tried to make email link in my swf file (running as Full screen presentation, not embeded on browser). I am use actionscript :
on (release) {
fscommand(“SHELLOPEN”, “mailto:info@apexanalytix.com”)
}

But, the result is this is not work as I want (not appear Outlook Express pop-up).

Any ideas to solve this problem?
Thanks