Opening pdf file

Hi all,

I have published a Flash movie in Projector but cannot open a pdf file (named spider.pdf) on the CD. This is the script that I am using on the appropriate button in the movie:
on(release) {
fscommand(“exec”,“spider.pdf”);
}

What am I doing wrong?
Thanks, Bruce