RE: [Flashcoders] outlook need to be oppened from Flash

2006-02-27 Thread Nick Weekes
Look up getURL in the Help docs. You don't open a specific application (e.g. outlook express), but create an email message using the local machines default mail client. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bharat Group Sent: 27 February 2006 09

Re: [Flashcoders] outlook need to be oppened from Flash

2006-02-27 Thread Mayur Bais
try this 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]");};> Mayur ! On 2/27/06, Bharat

RE: [Flashcoders] outlook need to be oppened from Flash

2006-02-27 Thread Adrian Lynch
If you mean from a Flash movie in the browser, then you don't really have a choice as to what email client is used for mailto links. If you just mean you want any email client to open, Outlook, Outlook Express, Thunderbird etc. then two ways. 1. From HTML text in a text field mailto:[EMAIL PROTECT

Re: [Flashcoders] outlook need to be oppened from Flash

2006-02-27 Thread Danny Kodicek
Hi , I want to open the oulook 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. The simplest (but not 100% reliable) method is to use a mailto: link: give your link the url mail