terps3d
07-28-2004, 03:26 PM
Question,
I am trying to make a cd. I took notice that paths are not working with the fscommand in MX. I have 2 files. The first 1 is toc.exe and the second is help.exe in the fscommand folder. On the toc.exe i am using this code and its working.
on (release) {
fscommand("exec", "help.exe");
fscommand("quit");
}
it calls up the help.exe in the fscommand folder. I am trying to go back from help.exe out of the fscommand folder back to toc.exe and its not working.
on (release) {
fscommand("exec", "./toc.exe");
fscommand("quit");
}
this is not working. I tried everything possible and no path is working in MX version. It works with flash player 5 projector files but not mx. Seems like paths are not working in MX.
Can some one help me figure this out its really giving me a run around! Just trying to go back. Like a back button.
Thanks tim
I am trying to make a cd. I took notice that paths are not working with the fscommand in MX. I have 2 files. The first 1 is toc.exe and the second is help.exe in the fscommand folder. On the toc.exe i am using this code and its working.
on (release) {
fscommand("exec", "help.exe");
fscommand("quit");
}
it calls up the help.exe in the fscommand folder. I am trying to go back from help.exe out of the fscommand folder back to toc.exe and its not working.
on (release) {
fscommand("exec", "./toc.exe");
fscommand("quit");
}
this is not working. I tried everything possible and no path is working in MX version. It works with flash player 5 projector files but not mx. Seems like paths are not working in MX.
Can some one help me figure this out its really giving me a run around! Just trying to go back. Like a back button.
Thanks tim