|
|||
|
Is it possible with SWFkit to print flash content without bringing up the print dialog box.
I have a program which prints out sheets that are loaded in level1. I use actionscript to print each sheet., But for each sheet loaded , the user has a print dialog box. It's a bit nasty. I 'ld like to get rid of them or have all the pages printed with one dialog box. Can this be done with ffish?? |
|
|||
|
Yes we can get rid of the extra print dialog boxes. But the current version doesn't support this feature, you need a patch to get it work. However, we are busy in developing ver 3, do you mind if we provide the feature in ver 3?
|
|
|||
|
Since SWFKit v3 will come out on the next Monday and you need to compile your project right now, we built a patch for swfkit pro 2, which can solve your problem.
Please download the patch using the following link: http://www.swfkit.com/download/swfkit/skp2_patch.zip How to apply the patch: unzip the patch and copy the files into the "swfkit pro installed folder/data" folder and replace the old files. This patch will also resolve the problem of flash player 9. E.g. The folder may be "c:\program files\swfkit pro 2\data" To avoid displaying the print dialog box, please do as follows: Code:
FlashPlayer.showPrintDlg = false; |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|