Question
calling a .exe from a Flash projector file
Hi,
I'm trying to call a .exe file from a Flash Projector file using the following code . . .
fscommand("exec", "RipstationLite.exe" f="TouchScreen.rsf");
The code "f="TouchScreen.rsf" points to an XML structured file which contains all the settings necessary for the RipstationLite.exe file to run automatically.
Can I pass this 'settings' file like this, as a parameter, using the fscommand function?
Any help would as always be much appreciated.
I'm trying to call a .exe file from a Flash Projector file using the following code . . .
fscommand("exec", "RipstationLite.exe" f="TouchScreen.rsf");
The code "f="TouchScreen.rsf" points to an XML structured file which contains all the settings necessary for the RipstationLite.exe file to run automatically.
Can I pass this 'settings' file like this, as a parameter, using the fscommand function?
Any help would as always be much appreciated.