PDA

View Full Version : right click


bongbox
02-10-2003, 10:34 AM
how do you disable the zoom in, zoom out, show all when you right click on the movie

zebbah
02-10-2003, 11:09 AM
Uncheck "Display Menu" under HTML in the publish settings. Or add this to your html:

Between the <object> tags:
<param name=menu value=false>

In the <embed> tag:
menu=false

jesperrau
03-09-2003, 09:19 PM
put this code in your flash

Stage.showMenu = false;

elfis
03-10-2003, 10:39 AM
.. or fscommand("showmenu", "false"); on the main stage !!

boyzdynasty
03-10-2003, 04:47 PM
or use javascript to do other stuff....when a user right clicks.