Disable Printing in Flash Player

Questions regarding using Print2Flash documents
Post Reply
Jamie
Posts:1
Joined:Fri Dec 05, 2008 1:01 pm
Disable Printing in Flash Player

Post by Jamie » Fri Dec 05, 2008 1:08 pm

After conversion, the print option still exists when you open the converted file in the flash player under file in the tool bar. Can this be removed with Print2flash?

staff
Posts:267
Joined:Sat Dec 15, 2007 4:48 pm

Re: Disable Printing in Flash Player

Post by staff » Sat Dec 06, 2008 12:14 am

Please see this forum topic for information on this issue: http://print2flash.com/forum/viewtopic.php?f=21&t=8&p=8

If you still want to disable menu in the Flash Player, you may embed Print2Flash documents in another ActionScript2 Flash movie and hide the menu using this code:

Code: Select all

Stage.showMenu=false
To embed Print2Flash documents in another Flash movie you may use the technique described at http://print2flash.com/help/UsingDocume ... mFlash.php

Post Reply