PDA

View Full Version : Invoking Outlook Express with Flash


vette96
12-10-2004, 07:06 PM
Is there a script that will open an email window from outlook express from within flash??

CyanBlue
12-10-2004, 08:25 PM
Howdy and Welcome... :)

You can not execute Outlook Express if you are working with the web version of your Flash movie...
You might be able to do that by using fscommand exec plus a batch file if you are talking about a projector...

Which one is it??? :)

kondhor
10-07-2005, 07:44 PM
:D try this

on(release){
geturl("mailto:emailaddress@email.com");
}


if the user has outlook an window will open :D :D :cool: :D :cool:

superprg
10-10-2005, 08:17 AM
Is it possible to send the email without getting that outlook window open?

oldnewbie
10-10-2005, 01:50 PM
Not from Flash alone... You need SSS (server side scripting...) of some sort, usually PHP.

rahul_cbe
01-04-2006, 01:59 PM
hi,
im looking for the same result, have u found it ?
If then pls let me know ..!!