[F8]using _visible property

I’m creating a standalone .exe file in Flash. Instead of loading external swf’s (the whole file needs to be completely self-contained if possible) I’m trying to use the _visible property to turn a slide show on and off. However, when I assign a “_visible = true” property to a button, the movie only stays visible for one frame then blinks off again.

Complicating this somewhat is that I’m using a scroll pane component. The button which turns on the _visible property is inside the scrolling content, and the slide show plays on a layer in front of the scroll panel. So the end result I’m looking for is being able to make the slide show visible from inside the scrolling content, then turning it off again with a button that is either inside the slide show or a separate mc.

Thanks for any help!

Gerry