Mini Tip #4 Disabling Right-click in Flash MX and higher

May 14th, 2009 by john Leave a reply »

Don’t like that default right-click menu when you create a Flash movie? Here’s a simple way of removing it!

Create a new layer in your main timeline. Click on the first frame. Press F9 to bring up the Actions window and paste this code:

Stage.showMenu = false;

And you’re done! Test your movie and right-click to see the change.

Advertisement

Leave a Reply