How do I keep (selectively unhide?) some of the built-in right click functionality?
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 
As our new Italian friend with the big avatar might say… Grazie mille!
Posted about 1 year ago