ciao a tutti

utilizzo fl 8


ho un swf principale dove sul secondo Frame inserisco

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);");
}
poi ho un tasto in un filmato swf caricato con loadmovie dove inserisco
on (release) {
apriPopupCentrata('zuppa.html', '', 550, 450, 'status=no, toolbar=no, locationbar=no, location=no, menubar=no, scrollbar=no, resizable=no');
}


non devo inserire niente nel html
perkè nn funziona? :master: