# getURL + GotoandStop

**URL:** https://forum.kirupa.com/t/geturl-gotoandstop/180437
**Category:** flash
**Created:** [February 28, 2006, 6:14pm UTC](https://forum.kirupa.com/t/geturl-gotoandstop/180437 "2006-02-28T18:14:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dannygoor](https://avatars.discourse-cdn.com/v4/letter/d/b38774/32.png) [@dannygoor](https://forum.kirupa.com/u/dannygoor)
#### Post date: [February 28, 2006, 6:14pm UTC](https://forum.kirupa.com/t/geturl-gotoandstop/180437/1 "2006-02-28T18:14:03Z")

</div>

Hi , I have a flash movie on one page say 1.htm that has 3 buttons

when someone clicks on a button I would like it to open a different webpage (URL)  
that has a flash movie with 10 frames

but I need it to goto and stop to a specific frame in that movie.

so let’s say you clicked on button 1 it would geturl([www.whatever.com/movie.htm](http://www.whatever.com/movie.htm)) in which there is  
a flash movie called movie.swf, and gotoandstop a specific frame

like getURL(URL, \_blank, gotoandstop(3));

I know that is not the code…

but how can I go about doing this???

thanks…
