Page 1 of 1

Disable Printing in Flash Player

Posted: Fri Dec 05, 2008 1:08 pm
by Jamie
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?

Re: Disable Printing in Flash Player

Posted: Sat Dec 06, 2008 12:14 am
by staff
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