Ho un testo dinamico che accetta i tag html.
Il testo viene caricato internamente e alcune parole sono associate al tag parola
il mio problema e' quello di far aprire una popup dalle dimensioni predefinite.
Quando uso i pulsanti non ho problemi ad usare lo script:
------------------------------------------------------------
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);");
}
Sul pulsante:
on (release) {
centra('indirizzo.html','titolo',400,300);
}
-----------------------------------------------------------
adesso pero' non so come fare ad aprire una pop up.
Aiutatemi!!!

Rispondi quotando
