F8 loadMovieNum - prob. w/ preloader

why is it, that my external .swf’s don’t work when adding a preloader? When I add a preloader and click the button to load the swf in, it just refreshes the main swf…

any advice? I’m using:



on (release) {
    //load Movie Behavior
    if(this._parent.container == Number(this._parent.container)){
        loadMovieNum("about.swf",this._parent.container);
    } else {
        this._parent.container.loadMovie("about.swf");
    }
    //End Behavior

}