Loadmovie loads allways the same swf

hi there,

i have a little problem with my fullflashwebsite.

i have follow the tutorial here on kirupa but it only load the same swf everytime

here is the code+ the sources

Code:
on (release)

{
if (currMovie == undefined) {

            currMovie = "donsantos_links";
            container.loadMovie("donsantos_links.swf");
    }
    else if (currMovie != "donsantos_links") {
            
            if (container._currentframe >= container.midframe) {
                    currMovie = "donsantos_links";
                    container.play();
                    
                    
            }
    }

}
source:
http://www.donsantos.be/_new/_fla/
http://www.donsantos.be/_new/_fla/donsantos_site.fla
source of a page:
http://www.donsantos.be/_new/_fla/donsantos_links.fla