Having problems doing the Full Flash Site tutorial in Flash 5

I’m at the point where I’m trying to put code in the buttons using a movie I created.

Here’s the follwing code:

on (release) {
_root.contents.loadmovie
(“mymoviename.swf”);
}

I have a blank MC with the instance name “Contents”

Problem:
When I press the button I get an error and also its pointing to the wrong folder for the movie.

It worked perfectly when I had the Flash MX trial but it’s not working now that I’m using my Flash 5

Nevermind I figured it out,

Solution:
I had to have the flash swf file in the same folder the the flash movie.