View Single Post
  #1 (permalink)  
Old 04-22-2009, 08:15 PM
The Wiggidy The Wiggidy is offline
Junior Member
 
Join Date: Apr 2009
Posts: 1
Question How do I open a PDF resources from a SWFKit exe



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

Last edited by The Wiggidy; 04-22-2009 at 08:37 PM.
Reply With Quote