# Cu

**URL:** https://forum.kirupa.com/t/cu/298680
**Category:** Uncategorized
**Created:** [October 22, 2009, 8:56pm UTC](https://forum.kirupa.com/t/cu/298680 "2009-10-22T20:56:22Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![allendupras](https://avatars.discourse-cdn.com/v4/letter/a/5e9695/32.png) [@allendupras](https://forum.kirupa.com/u/allendupras)
#### Post date: [October 22, 2009, 8:56pm UTC](https://forum.kirupa.com/t/cu/298680/1 "2009-10-22T20:56:22Z")

</div>

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 ![](http://forum.kirupa.com/uploads/kirupa/2881/dd00c593c8ba56af.gif)  
Allen,
