-
fscommand trouble
Hi,
I am making a CD which can open PDFs from animated flash buttons using the code:
on(release) {
fscommand("exec", "CAT5008.exe");
}
This .exe file opens up the pdf in Acrobat and works great, but for some reason I can't get it to be recognized by Flash.
I have all of my folders set up correctly and I have checked the spelling repeatedly. I don't know what I am doing wrong.
Any help would be greatly appreciated!
-
Make sure that the exe file is in the fscommand folder in the same directory as your built projector.
-
Yep, everything all my pdfs, exes and inis are in the same folder, but flash won't recognize it. I am not sure what the problem is.
Do you have any other ideas?
I was thinking that maybe it was the program that I am using to create the exe files. I am using PDF2EXE. I will try different programs, hopefully that works.
Thanks for your suggestion!