# Advance roll over turtorial

**URL:** https://forum.kirupa.com/t/advance-roll-over-turtorial/349
**Category:** Uncategorized
**Created:** [July 15, 2002, 2:38am UTC](https://forum.kirupa.com/t/advance-roll-over-turtorial/349 "2002-07-15T02:38:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![vitman2005](https://avatars.discourse-cdn.com/v4/letter/v/e95f7d/32.png) [@vitman2005](https://forum.kirupa.com/u/vitman2005)
#### Post date: [July 15, 2002, 2:38am UTC](https://forum.kirupa.com/t/advance-roll-over-turtorial/349/1 "2002-07-15T02:38:16Z")

</div>

Can someone tell me how to target the buttons to the Main frame of a web site? and how to make it a link? thx:)

---

<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 15, 2002, 4:24am UTC](https://forum.kirupa.com/t/advance-roll-over-turtorial/349/2 "2002-07-15T04:24:26Z")

</div>

Are you refering to a tutorial ?

pom :asian:

---

<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: [June 1, 2003, 12:30pm UTC](https://forum.kirupa.com/t/advance-roll-over-turtorial/349/3 "2003-06-01T12:30:45Z")

</div>

Do you mean to link to an iframe?

---

<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: [June 1, 2003, 3:40pm UTC](https://forum.kirupa.com/t/advance-roll-over-turtorial/349/4 "2003-06-01T15:40:24Z")

</div>

If your talking about a frameset then here is what you do.  
In your flash button put this code:[AS]on (release) {  
getURL (“products.htm”, “loading”);  
}  
[/AS]  
Products.htm is the the location that you want your button to go and “loading” is the name of the frame. To name the frame just insert FRAME NAME=“loading” heres an example: \<br\>\<b\>

> ^FRAME SRC=“main.htm” FRAME NAME=“loading”^  
> \</b\>\<br\>(when using just replace the \<b\>^\</b\> with \<b\>\<\</b\> at the beginnning and \<b\>\>\</b\> at the end of the code. main.htm is the source of your homepage. If you want a working example of this just tell me:thumb:
