Hi everyone, i am in desperate need to get this to work! I am creating a navigation bar in Flash (which will then be used in Dreamweaver). When you mouse over each topic in menu (ex. Products), i want it play a movie clip (so it shoots out a sub-menu underneath). so far so good, but the only thing is, the sub-menu won’t stay open in order for me to click on buttons in it. For each button, I assigned it the Behavior to go to a url. Also, I tested the buttons within the mc and they don’t seem to direct me to url. do you think maybe it’s because it’s nested within the movie clip?? Is there an easier way to go about this?
Here is the link: www.jeannettevillarreal.com/index.html
I can also email the file, it is very small, to you. Please help!! thanks!!
This is the code I used for it:
products.onRollOver = function() {
products.gotoAndPlay(“over” );
}
products.onRollOut = function() {
products.gotoAndStop(1);
}