monurl="http://www.dcegames.com"; urltxt="DreamCatcher Website"; // MENU CONTEXTUEL PERSONALISé homePage = function(){ getUrl(monurl, "_blank"); } monMenuPerso=new ContextMenu(); monItem1=new ContextMenuItem(urltxt, homePage); monMenuPerso.hideBuiltInItems(); monMenuPerso.customItems.push(monItem1); _root.menu=monMenuPerso; //FSCOMMAND fscommand("allowscale", false); fscommand("fullscreen", false);