Thanks Raj, will try this :)
regards
~ jai
On Tue, Jun 16, 2009 at 10:29 PM, Rajkumar <flasziraj@...> wrote:
>
>
> Hi Jai,
>
> If you want to open up OE / default mail client from a standalone player,
> getURL doesn't work. You will have to use some alternate method to achieve
> it.
>
> You can write down a bat file to open the mail client and then execute the
> .bat file through Flash. Here is the code for the .bat file:
>
> @ECHO off
> start c:\progra~1\outloo~1\msimn.exe
/mailurl:mailto:abc@...<abc%40mail.com>
> ?subject=mailSubject
> cls
> exit
>
> Save this as a .bat file, say OEmail.bat and then have this called via
> Flash. Here is how you could do that:
>
> fscommand("exec","OEmail.bat");
>
> NOTE: You will have to place the .bat file in a folder named "fscommand",
> the usual way.
>
> Hope this helps.
>
> Raj.
>
> --- In iGeeks@yahoogroups.com <iGeeks%40yahoogroups.com>, J <j4k4ever@...>
> wrote:
> >
> > Hey friends,
> >
> > Standalone player (exe and swf without html) doesn't launch my default
> email
> > client by this code:
> >
> > on(release)
> > {
> > getURL("mailto:abc@...", "_blank");
> > }
> >
> > Any ideas would be appreciated!
> >
> > Thanks & Regards,
> > ~ Jai
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
[Non-text portions of this message have been removed]