I'm using SWFKit Pro 3.21 and I'm not quite sure what it takes to open a packaged PDF resource file can some one give me the ffish script plus the the action script for my flash button.
Here is what I have on my flash button now:
on (release) {
fscommand("ffish_run", "openpdf");
}
and this in my SWFKit script:
//Initialize
Shell.open(getAppDir() + "2_3_2 OTC_video.pdf");
getAdditionalFile("2_3_2 OTC_video.pdf");
return true;
Thanks