ho dimenticato gli "if" dopo l'else.

stop();
this.onEnterFrame = function () {
if (sez == "home") {
gotoAndPlay("intro")
} else if (sez == "chisiamo") {
gotoAndPlay("chisiamo")
} else if (sez == "prodotti") {
gotoAndPlay("prodotti")
}
}

...poi si, ovvio, devi mettere le etichette sui frame delle sezioni.