| | | mrevlje |  |
| Posted: Mon Jul 07, 2008 8:08 pm Post subject: exec fscommand doesn't work ?! |  |
Hi !
By pressing a button in my flash project I have to launch another application. The .exe file is located in a different directory, called Vademekum, on the same CD. I somehow cannot find the right combination for this to happen. Can anybody help. I used the script below:
on (release) { fscommand("exec", "Vademekum.exe"); }
Instead of Vademekum.exe in the second quote I also used these combinations:
Vademekum/Vademekum.exe ../Vademekum/Vademekum.exe ..\\Vademekum\\Vademekum.exe ..\Vademekum\Vademekum.exe
What am I doing wrong. Thanks in advance. B |
|