Ok sto usando js per aprire pop up da flash,
metto su un Kframe
Movieclip.prototype.nomefunzione = 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 da un pulsante lo richiamo con
on (release) {
nomefunzione('pagina.htm', 'esempio', 780, 700, 'status=no,scrollbar=yes');
}
Funziona perfettamente l'apertura ma perchè continua a non farmi vedere la scrollbar????
aiuto![]()

Rispondi quotando
ora funziona perfettamente 
