Innanzitutto grazie per avermi risposto.
Solo che ancora non ho risolto.
Secondo te cosa c'è ancora che non va?

codice:
this.createEmptyMovieClip("bottone",1);
bottone.loadMovie("botLOGHINOGPS.swf");
bottone._x=-217.4;
bottone._y=-65;
bottone.onRelease = function(){
getURL("javascript:window.open('scheda.html','titoloFINESTRA','width=350,height=500');void(0);");
}