What am I doing wrong?

The last thread died out, and I’ve started over on my design anyway, so here’s a new thread to figure out wth I’m doing wrong.

OK, here’s the link to the page with the flash.

http://www.voiceman.com/new/index.htm

And the container FLA
http://www.voiceman.com/new/containerpage.fla

And the first content page:
http://www.voiceman.com/new/index.fla

Here’s some of my actionscript:
actions layer of the container swf:


_root.contents.loadMovie("index.swf");

my empty movie clip is named container - name and instance

the code for my buttons (not that I’ve even gotten far enough to use them)


on (release) {
	_root.contents.loadMovie("clients.swf");
}

Theres also a var midframe, a stop, and this in the last frame of the content pages:


_root.contents.loadMovie(_root.nextPage);

I thought I had this all figured out when I started over, but apparently not as it turns out.
Ideas?

thanks,
colin