Ciao a tutti..
Ho un piccolo problema con un pop-up da flash:
nel primo frame della timeline ho messo:
Movieclip.prototype.centra = function(nome,titolo,lar,alt,feat){
getURL("javascript:var x = Math.round((screen.width/2)-(" + lar + "/2));var y=((screen.height/2)-(" + alt + "/2));window.open('" + nome + "','" + titolo + "','width=" + lar + ",height=" + alt + ",screenX=' + x + ',left=' + x + ',screenY=' + y + ',top=' + y + '," + feat + "');void(0);");
e sul bottone:
on (release) {
centra('prodotti/vs_a.htm', '', 370, 450, 'resizable=no,scrollbar=yes');
}
Il mio problema è che nel pop-un ci sono più foto incolonnate, ma non mi da la possibilità di scrollare.. Qualcuno mi sa dire qualcosa?
Ciauzz