Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
thillerson #1
Creating Menu Items
I'm using the attached code to add menues to a menu bar. The Separator doesn't
show up, and although it's not in the code, radio items don't work either. What
gives?
P.S. View points to the menu bar.
demoMenu = view.addMenu("Demo");
demoMenu.addMenuItem({label: "Exit", instanceName: "demo_exit"});
styleMenu = view.addMenu("Style");
styleMenu.addMenuItem({label:"Halo Green", instanceName:"style_green"});
styleMenu.addMenuItem({label:"Halo Orange", instanceName:"style_orange"});
styleMenu.addMenuItem({label:"Halo Blue", instanceName:"style_blue"});
styleMenu.addMenuItem({type:"seperator"});
styleMenu.addMenuItem({label:"Default", instanceName:"style_default"});
aboutMenu = view.addMenu("About");
aboutMenu.addMenuItem({label: "About this Demo...", instanceName:
"about_demo"});
thillerson Guest
-
How to list menu items in the "Comments" menu?
well, now i have a problem ,which can not list the submenu of "Comments" and "Tools" menu? Did anyone meet this problem before? Details : I use... -
Creating master page where global items arearranged ABOVE local items
When you create a mater page, obviously all the items are arranged below anything on the individual pages. Is there a way of creating a master... -
Context Menu menu items Language Independent names
Hi everyone, Can somebody provide me the language independent names of menu items of the context menu(right click menu). I tried very hard to find... -
menu items in control
Hi, I want to have a simple menu in my custom server control, which I've developed in VB ton -
Different targets for different Jump Menu items?
Is is possible to specify different targets or frames for different items within a single jump menu? I would like some items to open within the...



Reply With Quote

