Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do I launch an external program?

Status
Not open for further replies.

MandoThrasher

Programmer
Jul 12, 2002
49
US
I'm trying to launch a PowerPoint slideshow from a menu I'm building in Flash. I'm doing an fscommand("exec" "start slideshow.pps") and get nothing. I was successful calling a batch file from within flash that launches the powerpoint file, but it sometimes leaves the DOS window open and sitting on top of my flash movie when I return.

What is the correct way to open this from within Flash?

help!
 
Flash 5 or MX? Regards,

new.gif
 
Thanks.

I tried his example. Didn't work.

Still trying to figure out how to open a file in it's associated program.
 
on (release) {
fscommand ("exec", "myfile.exe");
}

otherwise you might get the OS warnings of do you really want to install....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top