Search  

MYCUSTOMRIGHTCLICKMENU

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesmyCustomRightClickMenu

Hide those unwanted right click menu and do something else cool by customizing it- comments included in the fla for better understanding :)

Also check out:

Posted about 1 year ago

How do I keep (selectively unhide?) some of the built-in right click functionality?

Posted about 1 year ago

To be a little more specific: The following are NOT hidden; how do I hide them? settings show redraw area

The following ARE hidden; how do I “keep” them? zoom in/out 100% Print Thanks, Terry

Posted about 1 year ago

i dont think settings can be hidden in anyway.. as for show redraw area it will not appear in the html unless you are doing a test movie from flash.

the ones you want them to appear can be done by:

remove or comment it:
myMenu.hideBuiltInItems();

replace with:
myMenu.builtInItems.quality=true;
myMenu.builtInItems.print=true;
myMenu.builtInItems.zoom=true;

set true or false on whichever you prefer

cheers :D

Posted about 1 year ago

As our new Italian friend with the big avatar might say… Grazie mille!

Posted about 1 year ago

This file rocks 5/5 :)

Posted 6 months ago