Jump to content

Editing Rightclick Menu In Flash Movies.


Alan

Recommended Posts

Ever notice the long long menu full of useless junk in your Macromedia Flash movies? Want to take it off? Or perhaps edit the menu to fit your needs?

 

This only works in Macromedia Flash MX that I know of (I use Macromedia Flash MX 2004)

 

 

Add this snipplet to the main timeline effect!

 

 

>function doSomething(){
//doStuff
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Words", doSomething);
MENU.customItems.push(Functioned);
_root.menu = MENU;

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...