rapidz
11-21-2006, 05:26 AM
Basically I need a button in flash, to launch an application called Test1.exe.
This is the actionscript I'm using however it still doesn't work. I am publishing my main flash file as a .exe aswell..
on (release) {
fscommand("exec", "Test1.exe");
}
Can someone tell me why this isn't working?
This is the actionscript I'm using however it still doesn't work. I am publishing my main flash file as a .exe aswell..
on (release) {
fscommand("exec", "Test1.exe");
}
Can someone tell me why this isn't working?