Hi
I have tried the same thing its working fine with me.
Aliasgar
On Jun 24, 2009 12:07am, darshan rane <darr_zol@...> wrote:
> yes
> it doesnt work in exe
> it will work in browser or swf but not in exe
> ________________________________
> From: Rajkumar flasziraj@...>
> To: iGeeks@yahoogroups.com
> Sent: Thursday, 18 June, 2009 10:47:01 PM
> Subject: Re: [iGeeks] Re: AS 2.0 - "mailto:" doesn't work in exe
> Let me know what issue you face.
> Raj.
> ____________ _________ _________ __
> From: J
> To: iGeeks@yahoogroups. com
> Sent: Wednesday, 17 June, 2009 2:21:07 PM
> Subject: Re: [iGeeks] Re: AS 2.0 - "mailto:" doesn't work in exe
> Sorry, but it's not working. Seems to be a problem - I searched other
> forums
> too and quite a number of people are complaining about it. Has it worked
> for
> you? I haven't tested another machine(OS) nor another flash version (I'm
> using CS3).
> Thanks!
> ~ jai
> On Tue, Jun 16, 2009 at 10:59 PM, J wrote:
> > Thanks Raj, will try this :)
> >
> > regards
> > ~ jai
> >
> > On Tue, Jun 16, 2009 at 10:29 PM, Rajkumar co.in> 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@...%40mail. com>
> >> ?subject=mailSubjec t
> >> 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 ps.com>, J
> >> 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]
> Love Cricket? Check out live scores, photos, video highlights and more.
> Click here http://cricket. yahoo.com
> [Non-text portions of this message have been removed]
> Cricket on your mind? Visit the ultimate cricket website. Enter
> http://cricket.yahoo.com
> [Non-text portions of this message have been removed]
>
[Non-text portions of this message have been removed]