|
|||
|
Hello,
I have a standalone *.exe launching my application from DVD. In one of my *swf files, I have a button with "on (release) {}". Here I would like to put a code to launch a *.pdf file which is located on the DVD in the same directory as my *swf file. Could you pls. tell me what code I have to put. The name of my *.swf file is = Türkei_entdecken-Türkei_leben.pdf Thank you for any help, Walter |
|
|||
|
in on(release) call a ffish script like
fscommand("ffish_run", "openpdf"); and then insert a "openpdf" script in swfkit, in which add the following code Code:
Shell.open(getAppDir() + "Türkei_entdecken-Türkei_leben.pdf"); |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|