Hi, to what extent is actionscript supported by swfc? There is some code I can't get swfc to work with e.g.

var my_cm:ContextMenu = new ContextMenu();
my_cm.hideBuiltInItems();
my_cm.customItems.push(new ContextMenuItem("google...", abcd));
function abcd() {
   getURL("http://google.com";, "_blank");
}
this.menu = my_cm;

Cheers,
Sam


Reply via email to