Hi Matthias,
Thanks for the response. I will try that.
I also found some other ways to do this.
1. Put menu="false" into the embed tag. This removes all options from
the whole right click menu. But, you loose options like zoom.
2. I found this link:
http://www.dummies.com/WileyCDA/DummiesArticle/Printing-Your-Flash-5-Movie.id-1324,subcat-GRAPHICS.html
the "Turning of Print Command" section describes *!#p* option for label
the keyframe to disable the print option. I put this on the custom
viewer. And it disabled the print option in right click menu.
Regards,
Deepak
Matthias Kramm wrote:
On Thu, Apr 24, 2008 at 07:27:17PM +0530, Deepak Chandran <[EMAIL PROTECTED]>
wrote:
I tried doing #define USE_WATERMARK 1
This did not work for me.
But i did notice another behavior. If i create the swf using the
following command:
pdf2swf -o test.swf -bl test.pdf
and try printing a page. I get the blank page with two nav button (from
the default_viewer.swf) on the top left corner.
So it *does* work for you.
In order to get the same effect in your custom viewer, put
a transparent rectangle on top of the viewing area.
Greetings
Matthias