Utilizzo sp2. Pubblicato con player 7 il pop-up si apre correttamente. Se pubblico con player 8 il pop-up non si apre. Ho provato ad utilizzare due metodi:
1) Sul pulsante
2) Nel primo frame:codice:on(press){ features += 'toolbar=no,'; features += 'location=no,'; features += 'status=yes,'; features += 'menubar=no,'; features += 'scrollbars=no,'; features += 'resizable=yes,'; getURL("javascript: window.open('"+'ita.htm' +"','"+'popUp2'+"','"+features+"width="+900+", height="+680+"' );void(0);"); }
poi sul pulsantecodice:MovieClip.prototype.popup = function (nome,titolo,lar,alt,x,y,feat){ getURL("javascript:window.open('" + nome + "','" + titolo + "','width=" + lar + ",height=" + alt + ",screenX=" + x + ",left=" + x + ",screenY=" + y + ",top=" + y + "," + feat + "');void(0);"); }
Suggerimenti?codice:on (release) { popup('ita.htm','titolo',900,680,0,0,'status=yes'); }

Rispondi quotando
