TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

link to .exe to install program

Page: 1 Reply
Mar 21st 2003#96260 Report
Member since: Sep 27th 2002
Posts: 2
so Ive got a cd that runs the standalone flash player on startup. In this flash presentation are links to some programs that people can install; the install files for these programs are in folders on the cd. Right now Im using the following to link the button to the install file:

on (release) {
fscommand("exec", "aasim\\setup.exe");
}

where the flash file is in the root of the cd, and aasim is a folder off the root. Ive tried this a few ways, single slashes, back slashes, etc., I just dont know enough flash to know what Im doing wrong. Any ideas? Should I not even be using fscommand? I know VERY little about flash, so simple answers are appreciated...
thanks
Reply with Quote Reply
Mar 21st 2003#96309 Report
Member since: Jan 5th 2003
Posts: 2
if you're using flash mx, the file to execute must be in a folder called fscommand. it might be your problem

refer to link for more info ;)
http://www.macromedia.com/support/flash/ts/documents/fscommand_projectors.htm#Exec
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum