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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 #5347 of 5364 |
Re: [iGeeks] AS 2.0 - "mailto:" doesn't work in exe

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 html and open it. Same with your
syntax. However, none work if I open the swf or the projector exe.

Any other idea?

Regards,
~ Jai

On Tue, Jun 16, 2009 at 3:33 PM, Rashid Ahmed <abid.inc@...> wrote:

>
>
> Hi,
>
> your syntax seems to be correct. Try this out:
>
> on (release) {
> MailVar = "abc@... <abc%40xyz.com>";
> URL = "mailto:" + MailVar;
> getURL (URL, "_blank");
> }
>
> Hope this helps,
>
> Cheers
>
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]




Tue Jun 16, 2009 10:19 am

jai_sonwalkar
Offline Offline
Send Email Send Email

Forward
Message #5347 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