Ciao a tutti ...
ho questo script su un pulsante di un filmato flash che mi fa
aprire una popup.
Cosa aggiungo per impostare le coordinate x e y ???
on (release) {
// apertura popup da flash
getURL ("javascript:window.open('poppup.html','pop','widt h=800,height=400');void(0);");
}
on (rollOver) {
_root.pop_over = true;
}
on (rollOut) {
_root.pop_over = false;
}