Skip to main content
Participating Frequently
June 3, 2013
Answered

Problem with button to open .exe in a subfolder

  • June 3, 2013
  • 1 reply
  • 1566 views

Hello to all,

I have a problem:

I need to create a flash presentation where there will be two buttons that, when clicked, will each install a different program.

The problem is this: These files. Exe files are in a subfolder like this:

Certisign

--> Certisign

--> AICCertisign.exe

AICOAB

--> Certisign

--> AICOAB.exe

I created the folder fscommand put these folders inside it, and Action Script in flash made ​​as follows:

programa1.onRelease = function(){
fscommand("exec", "Certisign/AICCertisign.exe");
}

programa2.onRelease = function(){
fscommand("exec", "AICOAB/AICOAB.exe");
}

But when generating the executable presentation, write it on a CD and try to run the facilities by clicking on the buttons they do not work;

Please could someone help me?

This topic has been closed for replies.
Correct answer kglad

Where u can find this file "FSCFixed.exe"? I did a search but did not find.


that i couldn't tell you.

i can only say it was created by dino rogers and was attached to this forum about 5 or 6 years ago.  because of a major adobe forum revision a few years ago, his message and file link may no longer exist.

1 reply

kglad
Community Expert
Community Expert
June 3, 2013

your executables must be in a folder named fscommand in the directory path of your exe or you must use something like dinorogers fscfixed.exe.

NewBrAuthor
Participating Frequently
June 3, 2013

I created the folder fscommand put these folders inside it.

And Action Script in flash made ​​as follows:

programa1.onRelease = function(){
fscommand("exec", "Certisign/AICCertisign.exe");
}

programa2.onRelease = function(){
fscommand("exec", "AICOAB/AICOAB.exe");
}

kglad
Community Expert
Community Expert
June 3, 2013

again, your executables must be in a folder named fscommand (not a subdirectory of fscommand) in the directory path of your exe or you must use something like dinorogers fscfixed.exe.