# Flash Button Links in Frames

**URL:** https://forum.kirupa.com/t/flash-button-links-in-frames/847
**Category:** flash
**Created:** [July 31, 2002, 9:29pm UTC](https://forum.kirupa.com/t/flash-button-links-in-frames/847 "2002-07-31T21:29:13Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![bellesweat](https://avatars.discourse-cdn.com/v4/letter/b/d6d6ee/32.png) [@bellesweat](https://forum.kirupa.com/u/bellesweat)
#### Post date: [July 31, 2002, 9:29pm UTC](https://forum.kirupa.com/t/flash-button-links-in-frames/847/1 "2002-07-31T21:29:13Z")

</div>

I recently made a Menu with flash and I want to put it in my left frame of my three frame page, it has a Top a left and the main page to the right, how do I do this?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 31, 2002, 11:20pm UTC](https://forum.kirupa.com/t/flash-button-links-in-frames/847/2 "2002-07-31T23:20:15Z")

</div>

What you have to do is you must use the getUrl action. Here is the code:  
getURL(“main.html”, “top”);  
Where the window menu part of the getURL action is type the name of your frame and it will automaically load whatever you want into that frame, in this case “top” is the name of my frame change it to accompany your frame name.

Hope this helps.

Kyle

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 1, 2002, 1:55am UTC](https://forum.kirupa.com/t/flash-button-links-in-frames/847/3 "2002-08-01T01:55:24Z")

</div>

Where do I find the name of my frame?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 1, 2002, 2:20am UTC](https://forum.kirupa.com/t/flash-button-links-in-frames/847/4 "2002-08-01T02:20:33Z")

</div>

Trying checking your source code, but whenever you create frames it you name them, depending on the program it should have save each frame as a different html file. Your frame names should be in your main page source code look there.  
Hope this helps

Kyle
