Quantcast
Channel: Benoît Freslon's blog » Flash Tips
Viewing all articles
Browse latest Browse all 13

ActionScript: hide, remove the context menu items, right click in Flash

$
0
0

Share

If you do a right click above a Flash animation you will open a context menu.

You can remove all context menu items in Flash with this code:

var cm:ContextMenu = new ContextMenu();
cm.hideBuiltInItems();
contextMenu = cm;
contextMenu.builtInItems;

Viewing all articles
Browse latest Browse all 13

Latest Images

Trending Articles





Latest Images