I'd like to make a button to link to a executable file to being the installation of the program. I know I can do this with FScommand option, but don't know the proper formatting to make the action work. Anyone know?
Printable View
I'd like to make a button to link to a executable file to being the installation of the program. I know I can do this with FScommand option, but don't know the proper formatting to make the action work. Anyone know?
If I'm not mistaken you can use load url for this.
I too, have problems with FS commands. It seems that the page jumps to a page with the command written on it rather than performing the command.
Doc
Johnie is the FS Command expert. I am sure that he can answer these questions.
Unless you are using FSCommands in projectors you would not use them to execute a EXE. The only way to make a browser execute an EXE is by a security flaw inside IE. Netscape/Mozilla/Opera/Every other browser will not execute EXE files.
Inside a Flash projector file you can use the exec FSCommand. The external exe must be in a subdirectory labeled "fscommand" using the new MX projector. Some older versions of the projector will not restrict so.
To use the Exec command you type EXEC after FScommand: and the path of the program in the argument box.