zebracobra
Technical User
Hello, I am having an issue with the FSCommand "exec" function in the Flash 8 projector. I created a button and included the following script:
on (release) {
fscommand("exec" , "file1.bat");
}
which will execute a batch file that is located in the fscommand folder.
/ projectorfile.exe
fscommand
\-file1.bat
Now everything seems to be OK as this worked fine on FlashMX. But it just does not work in Flash 8, why? I did manage to get it running in one folder of the drive but when I take the files and move them to another folder or CD it stops working, and I make sure I have the same tree structure.
I am thinking its a publishing problem but don't see where to correct.
Any help is appreciated.
Thanks!
on (release) {
fscommand("exec" , "file1.bat");
}
which will execute a batch file that is located in the fscommand folder.
/ projectorfile.exe
fscommand
\-file1.bat
Now everything seems to be OK as this worked fine on FlashMX. But it just does not work in Flash 8, why? I did manage to get it running in one folder of the drive but when I take the files and move them to another folder or CD it stops working, and I make sure I have the same tree structure.
I am thinking its a publishing problem but don't see where to correct.
Any help is appreciated.
Thanks!