ok ive taken a look, and the click event IS firing and the mail link works fine with my machine (Outlook 2003).
(to test this, put a breakpoint on the 'GetURL' line, then debug the movie (Shift + Ctrl + Enter). the code will break at this line, which means your event is in the correct space.) So the problem is either with security settings in your browser, OE is not your default mail app or the mail client is not installed correctly. try re-installing outlook express, or try another mail reader (I think netscape has a free mail reader with their navigator download). cheers, Nick -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bharat Group Sent: 27 February 2006 12:33 To: Flashcoders mailing list Subject: Re: [Flashcoders] mailto is not working pl. ve a look of fla and reply. The main prob. is that neither it showing any error nor on clicking doing any thing. ----- Original Message ----- From: "Nick Weekes" <[EMAIL PROTECTED]> To: "'Flashcoders mailing list'" <flashcoders@chattyfig.figleaf.com> Sent: Monday, February 27, 2006 5:26 PM Subject: RE: [Flashcoders] mailto is not working > Ok, you have problems with your instances and/or placement of the click > event. > > Post the fla and I'll take a look. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Bharat > Group > Sent: 27 February 2006 11:41 > To: Flashcoders mailing list > Subject: Re: [Flashcoders] mailto is not working > > No, click event is not firing, it does nothing on clicking. and it fails > in > both > > > ----- Original Message ----- > From: "Nick Weekes" <[EMAIL PROTECTED]> > To: "'Flashcoders mailing list'" <flashcoders@chattyfig.figleaf.com> > Sent: Monday, February 27, 2006 5:02 PM > Subject: RE: [Flashcoders] mailto is not working > > >> Is the click event firing? Have you traced the code in this event? >> Maybe >> you have instance naming issues. >> >> Does it fail in both 'Preview in browser' and 'test movie'? >> >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of Bharat >> Group >> Sent: 27 February 2006 11:28 >> To: Flashcoders mailing list >> Subject: Re: [Flashcoders] mailto is not working >> >> It's a standalone presentation in flash, in contact us page , it need to >> open a default mail client with email add. in " to" field. I ve attach >> the >> code on the button , but after running it, it shows nothing, I mean when >> I >> click the link it does not open any thing. I tried following actions >> >> link.onRelease = function(){ >> getURL("mailto:[EMAIL PROTECTED]"); >> }; <[EMAIL PROTECTED]");};> >> >> or you can create a text box ,select some text in it..and in the >> getURL box in the property inspector write >> >> : mailto:[EMAIL PROTECTED] <[EMAIL PROTECTED]");};> >> >> >> But none is working. >> >> IBM >> >> >> >> ----- Original Message ----- >> From: "Danny Kodicek" <[EMAIL PROTECTED]> >> To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com> >> Sent: Monday, February 27, 2006 4:48 PM >> Subject: Re: [Flashcoders] mailto is not working >> >> >>> Is this in a browser or a standalone? What exactly did you do? 'Not >>> working' isn't very helpful. >>> >>> Danny >>> >>> ----- Original Message ----- >>> From: "Bharat Group" <[EMAIL PROTECTED]> >>> To: <flashcoders@chattyfig.figleaf.com> >>> Sent: Monday, February 27, 2006 10:53 AM >>> Subject: [Flashcoders] mailto is not working >>> >>> >>> >>> Guys, >>> >>> mailto: >>> >>> is not working in flash movie although it's email publish is working >>> with >>> it. In movie it does nothing. >>> >>> IBM >>> >>> Subject: [Flash] outlook need to be opened from Flash >>> >>> Hi , I want to open the outlook express from my flash presentation. I ve >>> one >>> email link and I want on clicking on that link it should open the >>> outlook >>> express with same email add. in " To " field. >>> >>> IBM >>> _______________________________________________ >>> Flashcoders@chattyfig.figleaf.com >>> To change your subscription options or search the archive: >>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >>> >>> Brought to you by Fig Leaf Software >>> Premier Authorized Adobe Consulting and Training >>> http://www.figleaf.com >>> http://training.figleaf.com >>> _______________________________________________ >>> Flashcoders@chattyfig.figleaf.com >>> To change your subscription options or search the archive: >>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >>> >>> Brought to you by Fig Leaf Software >>> Premier Authorized Adobe Consulting and Training >>> http://www.figleaf.com >>> http://training.figleaf.com >>> >> >> _______________________________________________ >> Flashcoders@chattyfig.figleaf.com >> To change your subscription options or search the archive: >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >> >> Brought to you by Fig Leaf Software >> Premier Authorized Adobe Consulting and Training >> http://www.figleaf.com >> http://training.figleaf.com >> >> >> _______________________________________________ >> Flashcoders@chattyfig.figleaf.com >> To change your subscription options or search the archive: >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >> >> Brought to you by Fig Leaf Software >> Premier Authorized Adobe Consulting and Training >> http://www.figleaf.com >> http://training.figleaf.com >> > > _______________________________________________ > Flashcoders@chattyfig.figleaf.com > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com > > > _______________________________________________ > Flashcoders@chattyfig.figleaf.com > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com > _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com