Actionscript question: import .swf, so that the .fla doesn't load the .swf externally

function loadPix(pix){
pixHolder.loadMovie(pix);
}
button_1.onRollOver=function(){
loadPix(“movie.swf”);
}

seems my flash movie, from this actionscript, is loading the above movie.swf externally, is there a way to import the .swf file into the .fla so that my entire final project is one .swf file and not two? :sen:

thanks in advance,

jh.