Hi again

I now again have a Flash question, here it goes:

I have a basic preloader that load the movie

Frame 1
... some code, you'll get the point
if (bytesLoaded == bytesTotal) {
this.gotoAndPlay(3);
}

Frame 3
Here I have a simple button when on relase
gotoAndPlay(4)

but it will not move to frame 4.
Have tried gotoAndStop and so on

Can anyone explain why?

best regards,
T