Salve,
sapete come faccio a far aprire una popup in fòash????
Inserisco il codice:
on (release){
getURL("url.htm");
}
E poi???![]()
gRaZiE.
Salve,
sapete come faccio a far aprire una popup in fòash????
Inserisco il codice:
on (release){
getURL("url.htm");
}
E poi???![]()
gRaZiE.
la popup di che dimensioni deve essere ad es
metti nelprimo frame il seguente codice
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="+l ar+",height="+alt+",screenX=' + x + ',left=' + x + ',screenY=' + y + ',top=' + y + ',"+feat+"');void(0);");
};
poi nel pulsante
on (release) {
centra('tuapagina.html', 'mia', 510, 455);
}
prova così
![]()
![]()
OK ora funziona grazie ancora!![]()
![]()
![]()