Loading Prob

Well, to load a movie FRoM another movie I put the two swfs in the same folder. Then I goto on of the movies fla and i made a button with the action of : on (release) {
_root.contents.loadMovie(“Home.swf”);
}

Where the movie with the button (main) loads the movie home. When I click on the button, nothing loads. IN OTHER WORDS, how do I made a button load another movie?