Hello,
I’m making this from the “presentation” template that comes with flash when you start a new project. I have a flv. file as a movie clip on the first slide that I want to go straight to the next slide after its done. On the next slide I have another video that will then loop with text over that.
So I tried to put this in the last frame of the movie clip in the first slide…
function goNext(){
_parent.currentSlide.gotoNextSlide();
}
It doesn’t work
Allen,