|
|||
![]() 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 09:37 PM. |
|
|||
|
To open a pdf file outside the flash projector (not embedded) I'ld use
in flash Code:
on(release){
Code:
getAdditionalFile()
function OpenPdf(){
Last edited by meester; 04-23-2009 at 07:52 AM. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|