Hi,
Hope some one can help me. I have 2 exe files in a folder. By clicking a button from the first exe, I need to load the second exe. Is this possyble?
A big thank you to all who can help me.
Bye
Rasara
:)
Printable View
Hi,
Hope some one can help me. I have 2 exe files in a folder. By clicking a button from the first exe, I need to load the second exe. Is this possyble?
A big thank you to all who can help me.
Bye
Rasara
:)
You can use the EXEC FSCommand to launch another application but the projector you want launch must be in a folder called "fscommand"
Alternatively, download a copy of Flash Studio PRO and you can launch any application from anywhere on your system! Sample code:
I hope this helps! :)Code:myApp = "Projector2.exe";
fscommand ("flashstudio.exec","myApp"):
All of these third party tools provide improved EXEC commands...
SWF Studio http://www.northcode.com
Jugglor http://www.***********.com
FlashAnts http://www.flashants.com
Flash 'N Pack http://www.flashnpack.com
SWFKit http://www.swfkit.com
LPFlashEX http://www.logicplus.com.hk
In some you can use the same EXEC command that Flash uses with extensions that allow you to pass paths to the EXE file and command line arguments. For example, in SWF Studio you can do this:
fscommand("exec", "Projector2.exe");
And Projector2.exe is assumed to be in the same directory as the projector that is launching it, getting around the need to put the EXE file in the FSCommand directory.
You can find out more about changes to EXEC and FSCommands in Flash MX and MX'04 (vs. Flash 5) at www.beyondflash.com and www.extendingflash.com