BOPT
08-11-2009, 02:30 PM
Hello,
I'm having trouble linking my Flash file to an existing .exe file.
I'm working in CS3 on a MAC. I've set up the link to the .exe file using the fscommand. I've also placed the existing .exe file into the fscommand folder that is contained in the same directory as the Flash file I'm working from. All of my other links (to PDFs and URLs) work just fine. I'm generating both a shockwave file and an .exe file of my Flash project in hopes that, when run on a Windows platform, the .exe of my project will link to the existing .exe file in the fscommand folder.
Yet, nothing is working. I've used the following code:
on (release) {
fscommand ("exec", "name of existing.exe");
}
Any thoughts or suggestions -- this seems pretty straight forward but I can't seem to make it work. Thanks!
J
I'm having trouble linking my Flash file to an existing .exe file.
I'm working in CS3 on a MAC. I've set up the link to the .exe file using the fscommand. I've also placed the existing .exe file into the fscommand folder that is contained in the same directory as the Flash file I'm working from. All of my other links (to PDFs and URLs) work just fine. I'm generating both a shockwave file and an .exe file of my Flash project in hopes that, when run on a Windows platform, the .exe of my project will link to the existing .exe file in the fscommand folder.
Yet, nothing is working. I've used the following code:
on (release) {
fscommand ("exec", "name of existing.exe");
}
Any thoughts or suggestions -- this seems pretty straight forward but I can't seem to make it work. Thanks!
J