PDA

View Full Version : Remove Default flash context menu in IE7


tosaphon10
03-30-2006, 08:54 AM
Does anyone know how to remove the default context menu (setting , about) after right click action?:(

mrand01
03-31-2006, 08:25 PM
var my_cm:ContextMenu = new ContextMenu();
my_cm.hideBuiltInItems();


it will still leave the about and settings options though. I don't know of any way to turn it completely off.

cthackers
04-03-2009, 10:52 AM
see the following solution:

http://blog.another-d-mention.ro/programming/right-click-and-custom-context-menu-in-flash-flex/