fscommand("allowscale", false);
fscommand("trapallkeys", true);
fscommand("showmenu", false);
function mySiteLink() {
getURL("your site link", "_blank");
}
var rightClick:ContextMenu = new ContextMenu();
rightClick.hideBuiltInItems();
_root.menu = rightClick;
var mySiteLink:ContextMenuItem = new ContextMenuItem("your site name", mySiteLink);
rightClick.customItems.push(mySiteLink);
Stage.showMenu=false;









