Is it possible, using actionscript 3 to disable the right click menu?
Any help greatly appreciated!
this code would also work
var newMenu=new ContextMenu(); newMenu.hideBuiltInItems(); this.menu = newMenu;