hello there,
i’m working on flash player 6 on my minisite…
and i have problem with my context menu cuz i’m working on flash player 6.
this is my code:
function menuChoiceTwo()
{
getURL("http://www.psychokasher.co.il");
}
function menuChoiceThree()
{
getURL("http://www.cubes.co.il");
}
NewMenu = new ContextMenu();
NewMenu.hideBuiltInItems();
NewMenu.customItems.push(new ContextMenuItem("פסיכומטרי כשר למהדרין", menuChoiceTwo));
NewMenu.customItems.push(new ContextMenuItem("by cubes", menuChoiceThree));
this.menu = NewMenu;
how i can fit this code to flash player 6?
i can’t publish my site on flash player higher i have some problems with my coding.
thanks.