function caricaImg(extFoto){
this.createEmptyMovieClip("externalImg", this.getNextHighestDepth());
externalImg._width=700;
externalImg._height=257;
externalImg.loadMovie("http://sitoweb/" + extFoto + ".jpg");
}
on(press){
_root.caricaImg("foto_2");
}
non funziona... ma non capisco perchè...
:master: