now_cm = new ContextMenu();
now_cm.hideBuiltInItems();
now_cm.customItems.push(new ContextMenuItem("Cristalab", itemHandler1));
function itemHandler1(obj:Object, item:ContextMenuItem) {
getURL("http://www.cristalab.com/");
}
_root.menu = now_cm;
Estoy tratando de aprender as3 y me gustaría saber como hacer esto mismo en dicha programación,
Muchas gracias por su ayuda.