;

PDA

Click to See Complete Forum and Search --> : fscommand trouble


Rehannah
08-03-2007, 11:40 AM
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!

shadowisadog
08-04-2007, 03:21 AM
Make sure that the exe file is in the fscommand folder in the same directory as your built projector.

Rehannah
08-24-2007, 09:32 AM
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!