Create a custom right click menu - Brads Flash tutorials WEB DESIGN VIDEOS - PHOTO EDITING VIDEO CLIPS

in this tutorial i will show you how to create a custom right click menu in flashCODE:var myMenu:ContextMenu = new ContextMenu()myMenu.hideBuiltInItems()function visitsite(){getURL(\"http://bradsflash.110mb.com\")}var option1 = new ContextMenuItem(\"Brads Flash Tutorials\", visitsite)myMenu.customItems.push(option1)_root.menu = myMenufor more tutorials gotoAndStop(\"myChannel\" or \"http://bradsflash.110mb.com\")

adobe, as2, click, context, flash, menu, right