ciao a tutti!
Dunque il mio problema sta nel fatto che non riesco far aprire ad un pulsante un pop-up con lo scroll verticale!
Sul pulsante ho messo questo codice:
on (release) {
popup('last_minute.php','last_minute',460,650);
}
Mentre sul fotogramma questo:
Movieclip.prototype.popup = function (nome,titolo,lar,alt,x,y,feat){
getURL("javascript:window.open('" + nome + "','" + titolo + "','width=" + lar + ",height=" + alt + ",scrollbars=1,resizable=1');void(0);");
}
L'ho letto su http://flash-mx.html.it/
Ma non capisco..cosa devo aggiungere?
grazie!
![]()


Rispondi quotando
