Ciao a tutti,
questo è il codice in flash:

on (release) {
// apertura popup da flash
getURL ("javascript:window.open('poppup.html','"+ thepop +"','width=200,height=200,left="+thex+",top="+they +"');void(0);");
}
on (rollOver) {
_root.pop_over = true;
}
on (rollOut) {
_root.pop_over = false;
}

Come inserisco le scrollbars??? e come faccio si che si apra al centro pagina????