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!