Hi
This is very frustrating, and the Flash help file don’t seem to help much. I am using Flash MX 2004 Pro. I am trying to create a “menu” UI. I already have the “menuBar” UI with the required buttons labelled. I followed the help files in creating a “menu” UI, but this is not showing it, anyone know what is wrong?
The code i used is:
var myMenu = mx.controls.Menu.createMenu();
myMenu.menu.addMenuItem(“Open”);
myMenu.menu.addMenuItem(“Close”);
myMenu.show(50, 50);