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.
