13/07/2007, 01:11
|
| | | Fecha de Ingreso: septiembre-2006 Ubicación: Mallorca
Mensajes: 959
Antigüedad: 18 años, 4 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")
} |