Y si claro que puedes hacer el enlace
Cita: function haceralgo()
{
getURL("http://www.thelariats.com")//aqui pones la direccion del enlace
}
menu.customItems.push(funcion);
menu = new ContextMenu();
menu.hideBuiltInItems();
funcion = new ContextMenuItem("The Lariats", haceralgo);
menu.customItems.push(funcion);
_root.menu = menu;