# Using gotoAndPlay with external SWFs

**URL:** https://forum.kirupa.com/t/using-gotoandplay-with-external-swfs/223748
**Category:** Uncategorized
**Created:** [April 25, 2007, 1:47pm UTC](https://forum.kirupa.com/t/using-gotoandplay-with-external-swfs/223748 "2007-04-25T13:47:20Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![beau07](https://avatars.discourse-cdn.com/v4/letter/b/73ab20/32.png) [@beau07](https://forum.kirupa.com/u/beau07)
#### Post date: [April 25, 2007, 1:47pm UTC](https://forum.kirupa.com/t/using-gotoandplay-with-external-swfs/223748/1 "2007-04-25T13:47:20Z")

</div>

on(release){  
holder\_mc3.loadMovie(“pic\_grid.swf”), gotoAndPlay(5);  
}

Here’s my Action Script that’s on a button. I’m trying to have the button both load the movie and start playing it from the frame that I specify.

It’s loading but its stopping at the first frame because every frame has stop(); in the script.

What am I doing wrong regarding the gotoAndPlay…?

Thanks
