Buttons Inside Scrollpane and Root movie Issue

Caio rigazzi,

I have a scrollpane with a movie that contains a movie clip in it. That movieclip contains buttons which are capable of bringing up a pop-up menu and should display a sample image when “rolled over”. The problem is when I use :

on (rollOver) {
_root.rollover.gotoAndPlay (“1FLUX”);

}
on (rollOut) {
_root.rollover.gotoAndPlay (“1BACK”);
}

The “roll over” function does not work in the main movie this scroll pane is loaded into.

Basically, the scroll bar in a swf named VIDEO, is loaded into a DESIGNWORK1.fla, which is loaded into a main video: INDEX12
(courtesy of the [color=#003366]Transitions between External SWFs[/color][color=#003366] [/color]**[size=2][color=#000000]( [/color][/size][font=Verdana][size=1][color=#006699][url=“http://www.kirupa.com/developer/mx2004/transitions.htm”][color=#006699]1[/color][/color][color=#000000], [/color][color=#558aa4][url=“http://www.kirupa.com/developer/mx2004/transitions2.htm”][color=#006699]2[/color][/color][color=#000000] [/color][/size][/font][size=2][color=#000000])[/color][/size]**

How can I get this scroll bar to work?

aswg