Right Click Menu in Flash
1. Select the first Frame.
2. Press F9 and Copy Code Below and paste it.
Code:stop(); menu = new ContextMenu(); menu.hideBuiltInItems(); menu.customItems.push(new ContextMenuItem("PlayMovie", menu1)); _root.menu = menu; function menu1() { gotoAndStop(2); }
Demo:http://img172.imageshack.us/img172/4347/rightclickmenuoc7.swf


LinkBack URL
About LinkBacks


Reply With Quote
