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

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;