JMS88
05-04-2005, 04:30 PM
Hello,
Hopefully someone will be able to help with this.
I have this line of code atytached to a button and it won't work:
on (release) {
fscommand ("exec", "c:/Webconnect.exe");
fscommand ("quit");
}
It won't launch the exe. I ran thorough this tutorial http://www.actionscripts.org/tutorials/beginner/exec_files/index.shtml and tried using "start" and "cmd" and it didn't work either. When I click the button it just closes the the flash exe.
I'm using MX2004 and Windows 2k professional. Any ideas?
Thanks!
John
Hopefully someone will be able to help with this.
I have this line of code atytached to a button and it won't work:
on (release) {
fscommand ("exec", "c:/Webconnect.exe");
fscommand ("quit");
}
It won't launch the exe. I ran thorough this tutorial http://www.actionscripts.org/tutorials/beginner/exec_files/index.shtml and tried using "start" and "cmd" and it didn't work either. When I click the button it just closes the the flash exe.
I'm using MX2004 and Windows 2k professional. Any ideas?
Thanks!
John