Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/07/2007, 01:11
Avatar de sirguy
sirguy
 
Fecha de Ingreso: septiembre-2006
Ubicación: Mallorca
Mensajes: 959
Antigüedad: 17 años, 6 meses
Puntos: 12
Re: quitar comentario

Yo uso esto:

var theMenu = new ContextMenu();
theMenu.hideBuiltInItems();
_root.menu = theMenu;
var item1 = new ContextMenuItem("Copyright Chanante © 2007", musgo);
theMenu.customItems.push(item1);

function musgo (obj, menuItem){ //Definimos la función
getURL("mailto:tumail")
}