[FONT=Verdana][SIZE=2][COLOR=Black]**First, I’d like to thank everyone that has helped me in the past. Much appreciation goes to you!
Now what I need help with is trying to load a movie into a MC which is placed inside my main movie. I’ve tried every possible way that i can think of to do this and I’m getting nothing. The code that i am using is this:
on (release) {
_root.contentMC.loadMovie("bio.swf");
}
I really don’t understand why it’s not working the way that it should. The main button that I am testing obviously is the “bio” button. If you’d like to take a look at the .fla files for both movies to see where I might have went wrong, you can download them from here:
Any help that anyone can spare would really be appreciated. Thanks a million!
Navigating index_v2.fla
Open the file in Flash, then click on the folder layer named “interface”. Scroll down in the timeline slightly til you come to “bannerMC” layer. Click the lock to unlock the layer. Click on the first keyframe for the “bannerMC” to appear on the Stage. Right click on the MC and choose “edit in place” from the menu. Click on the “navbarMC” layer and unlock it. Click on the first keyframe to make the MC appear on the Stage.
Right click on the MC and choose “edit in place”. From there you can access the individual buttons for the bar. Each button is on its on layer. The button in question is the “bio” button. If you right click on that button and choose actions, you will see the code that I mentioned earlier. **[/COLOR][/SIZE][/FONT]