;

PDA

Click to See Complete Forum and Search --> : Need help with FSCommands in Koolmoves


o0splitpaw0o
08-26-2003, 09:27 AM
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?

docree
08-26-2003, 03:42 PM
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

Bob Hartzell
08-26-2003, 05:19 PM
Johnie is the FS Command expert. I am sure that he can answer these questions.

johnie
08-26-2003, 06:43 PM
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.