# What am I doing wrong?

**URL:** https://forum.kirupa.com/t/what-am-i-doing-wrong/218691
**Category:** Uncategorized
**Created:** [March 9, 2007, 7:44pm UTC](https://forum.kirupa.com/t/what-am-i-doing-wrong/218691 "2007-03-09T19:44:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![croix](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/croix/32/3421_2.png) [@croix](https://forum.kirupa.com/u/croix)
#### Post date: [March 9, 2007, 7:44pm UTC](https://forum.kirupa.com/t/what-am-i-doing-wrong/218691/1 "2007-03-09T19:44:31Z")

</div>

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](http://www.voiceman.com/new/index.htm)

And the container FLA  
[http://www.voiceman.com/new/containerpage.fla](http://www.voiceman.com/new/containerpage.fla)

And the first content page:  
[http://www.voiceman.com/new/index.fla](http://www.voiceman.com/new/index.fla)

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

```auto

_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)

```auto

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

```

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

```auto

_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
