Need Help with buttons for a Movie Clip loaded site
Posted January 8th, 2009 byCategories: straightguysca.com
Thank you
Thank you
Could you please provide more details like. Are you loading the movie clips from an external location..ect
If you simpley want to your movies to load into a lets say a empty movie clip then you would us the a on click function in conjucture with loadmovie.
Give me more details and I can help ya figure it out.
Brandon
If you simpley want to your movies to load into a lets say a empty movie clip then you would us the a on click function in conjucture with loadmovie.
Give me more details and I can help ya figure it out.
Brandon
Hey Brandon, Thanks for your help. I'm kind of a newbie so I'm sorry if I don't explain it properly. I learned how to make a simple flash site on Lynda.com. It's set up so that all of my pages, which are individual swf. files, are loaded into level 5 of my master swf. my main menu page which has my buttons with submenus and is loaded into my master swf. in level 20 so that my buttons are always visible. This is the code they gave me to set up the buttons
MM_frames.onRelease + function () {
reActivateBtns ();
this.enabled = false;
changeOptionColor(this, overColor)
level0.myMCL.loadClip("frames.swf", 5);
The only thing is I have submenus in my buttons movie clip. And I set up the button properties inside the buttons instances instead of with action script. So I guess I need to use the (level0.myMCL.LoadClip("frames.swf", 5) code. but I just can't figure out how to get the buttons to load into the right pages. Does that make any sense? Thanks for your help.
-Stonewolf
#If you have any other info about this subject , Please add it free.# |