// da inserire, senza modifiche, nel primo frame del filmato MovieClip.prototype.popup = function(nome,titolo,lar,alt,x,y,feat){ getURL("javascript:window.open('" + nome + "','" + titolo + "','width=" + lar + ",height=" + alt + ",screenX=" + x + ",left=" + x + ",screenY=" + y + ",top=" + y + "," + feat + "');void(0);"); } // utilizzo della funzione on (release) { popup('test.html','titolo',400,300,50,50,'status=yes'); }