PDA

View Full Version : Right-Click - Context Menu functionality


tspratt
02-11-2004, 04:38 PM
Can I take control of th right-Click context menu?

The default flash menu is mostly useless for my purposes. I see that some controls provide the text field context menu (cut,copy...).

Tracy

antun
02-11-2004, 05:26 PM
You can't replace the default Flash player right-click context menu.

-Antun

Grig
02-20-2004, 10:48 AM
I think you can turn off the pop-up menu in your embed tag. Then you could program your own pop-up menu. The only thing is you can't get right mouse clicks.

antun
02-20-2004, 11:36 AM
Really? Do you know what you have to set in the embed tag?

-Antun

Grig
02-20-2004, 12:25 PM
So I checked it out and menu=false will disable MOST of the menu, but doesn't hide it completely. :rolleyes:

When menu=false the popup displays:

Settings...
-----------
About Flash

When menu=true it displays the full menu:

Zoom in
Zoom Out
Show all
-----------
Quality
-----------
Settings...
-----------
Print
-----------
About Flash

whisperstorm
02-23-2004, 10:50 AM
http://broadcast.artificialcolors.com/stories/2003/09/21/disableFlashMovieRightclickMenu.html


http://www.artificialcolors.com/experiments/rightclickIEMZ.html

Grig
02-23-2004, 11:09 AM
nice one!