So we’re going to take a look at the right click menus. Usually I see them completely unchanged, making it possible for a user to screw something up with your product (game/movie/site). Lets not make that happen anymore.
This is just an example for how it usually will look, try right clicking:
See all those options? Try clicking “play”, now you will see my logo flicker. I just added a few empty frames, so you could see what I was talking about. Now I don’t want this to happen with a published product, so lets remove it.
What do we get? This: (Either JavaScript is not active or you are using an old version of Adobe Flash Player. Please install the newest Flash Player.) much better ;)
Some times, you might want to include one of the options from the context menu, usually that would be the “Quality” feature, and it’s really easy to do. Add this to the constructor:
myContextMenu.builtInItems.quality = true;
and here is the result: (Either JavaScript is not active or you are using an old version of Adobe Flash Player. Please install the newest Flash Player.)
Add Custom Items
Hurray, we can also add custom things! and it’s really simple as well!