si usa il ContextMenu(); scrivi sul frame questo e ti si attiva

codice:
function www() {
	getURL("http://www.dominio.it", "_blank");
}
my_CustomMenu = new ContextMenu();
my_CustomMenu.hideBuiltInItems();
_root.menu = my_CustomMenu;
var download = new ContextMenuItem("download background", www);
project.separatorBefore = true;
my_CustomMenu.customItems.push(download);

ciao