agl'ordini......

// da inserire, senza modifiche, nel primo frame del filmato
codice:
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);");
}
//sul bottone
codice:
on (release) {
	popup('http://forum.html.it','titolo',400,300,50,50,'status=yes,scrollbars=yes, toolbar=yes');
}