Not sure what I'm doing wrong, but it's probably pretty simple or maybe I'm coming up short on one of the concepts used.
I'm trying to load a movie into a empty container. I need to put the movie between two layers so my navigation is still functional. If it's above, the navigation, which drops down, will be obscured.
I've created an empty container movie and called it container and named it container in the instance box. My code is simple:
on (release) {
container.loadMovie("load.swf");
}
It doesn't load. It's in the same directory, named correctly.
Any help is greatly appreciated.
I'm trying to load a movie into a empty container. I need to put the movie between two layers so my navigation is still functional. If it's above, the navigation, which drops down, will be obscured.
I've created an empty container movie and called it container and named it container in the instance box. My code is simple:
on (release) {
container.loadMovie("load.swf");
}
It doesn't load. It's in the same directory, named correctly.
Any help is greatly appreciated.