per verificare il caricamento:
on(release){
if (!_root.carica) {
loadMovieNum ("filmato.swf", 1);
_root.carica = true;
}
}