Search the web
Sign In
New User? Sign Up
iGeeks · Indian Geeks Organization
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
AS 2.0 - "mailto:" doesn't work in exe   Message List  
Reply | Forward Message #5350 of 5364 |
Re: [iGeeks] Re: AS 2.0 - "mailto:" doesn't work in exe

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:\&#65532;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]




Tue Jun 16, 2009 5:29 pm

jai_sonwalkar
Offline Offline
Send Email Send Email

Forward
Message #5350 of 5364 |
Expand Messages Author Sort by Date

Hey friends, Standalone player (exe and swf without html) doesn't launch my default email client by this code: on(release) { getURL("mailto:abc@...",...
J
jai_sonwalkar
Offline Send Email
Jun 16, 2009
7:28 am

are you familiar with Zinc ? best, kedar prabhavalkar www.studioinspira.com ... [Non-text portions of this message have been removed]...
studio i n s p i r a
studioinspira
Offline Send Email
Jun 16, 2009
9:20 am

Hi, your syntax seems to be correct. Try this out: on (release) { MailVar = "abc@..."; URL = "mailto:" + MailVar; getURL (URL, "_blank"); } Hope this...
Rashid Ahmed
abid_inc
Offline Send Email
Jun 16, 2009
10:03 am

Hi, Thanks for your replies. @Studio - no, am not familiar with Zinc. I'm working with something I made in flash. @Rashid - My syntax works if I publish the...
J
jai_sonwalkar
Offline Send Email
Jun 16, 2009
10:20 am

ZInc (or any other SWF compiler) is used to package Flash standalone projectors. gives better control on many standalone functions. had worked with it 2-3...
studio i n s p i r a
studioinspira
Offline Send Email
Jun 16, 2009
11:52 am

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...
Rajkumar
flasziraj
Offline Send Email
Jun 16, 2009
4:59 pm

Thanks Raj, will try this :) regards ~ jai ... [Non-text portions of this message have been removed]...
J
jai_sonwalkar
Offline Send Email
Jun 16, 2009
5:29 pm

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?...
J
jai_sonwalkar
Offline Send Email
Jun 17, 2009
8:52 am

Let me know what issue you face. Raj. ________________________________ From: J <j4k4ever@...> To: iGeeks@yahoogroups.com Sent: Wednesday, 17 June, 2009...
Rajkumar
flasziraj
Offline Send Email
Jun 18, 2009
5:17 pm

yes it doesnt work in exe it will work in browser or swf but not in exe ________________________________ From: Rajkumar <flasziraj@...> To:...
darshan rane
darr_zol
Offline Send Email
Jun 23, 2009
6:43 pm

Hi I have tried the same thing its working fine with me. Aliasgar ... [Non-text portions of this message have been removed]...
aliasgar2004@...
ali_asgar_ja...
Offline Send Email
Jun 26, 2009
10:02 am

Thats nice to hear! Raj. ________________________________ From: "aliasgar2004@..." <aliasgar2004@...> To: iGeeks@yahoogroups.com Sent: Friday, 26...
Rajkumar
flasziraj
Offline Send Email
Jun 29, 2009
6:14 am

The script i gave you is intended to be used on exe. Should be working fine because we did more than 20 projects with that one. Raj. ...
Rajkumar
flasziraj
Offline Send Email
Jun 29, 2009
6:24 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help