Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/06/2006, 17:28
Avatar de bernethe
bernethe
 
Fecha de Ingreso: abril-2004
Ubicación: San José, Costa Rica
Mensajes: 384
Antigüedad: 20 años
Puntos: 2
a ver si esto sirve . . .
Código:
var my_cm:ContextMenu = new ContextMenu();
function itemHandler(obj, item) {
	getURL("http://www.post-data.com/newmedia.html", "_blank");
}
my_cm.hideBuiltInItems();
my_cm.customItems.push(new ContextMenuItem("© ..::BERNETHE::..", itemHandler));
this.menu = my_cm;
Me avisas si era así ? ? ?
__________________
..::BERNETHE::..