# URL Linking

**URL:** https://forum.kirupa.com/t/url-linking/61506
**Category:** flash
**Created:** [August 19, 2004, 4:58am UTC](https://forum.kirupa.com/t/url-linking/61506 "2004-08-19T04:58:42Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Vargus](https://avatars.discourse-cdn.com/v4/letter/v/bb73d2/32.png) [@Vargus](https://forum.kirupa.com/u/Vargus)
#### Post date: [August 19, 2004, 4:58am UTC](https://forum.kirupa.com/t/url-linking/61506/1 "2004-08-19T04:58:42Z")

</div>

How do you make it so that when you click on a button named “hyperlink” it goes to a certain url?

---

<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 19, 2004, 5:01am UTC](https://forum.kirupa.com/t/url-linking/61506/2 "2004-08-19T05:01:30Z")

</div>

Select your button and then open the Actions panel (F9). Insert this:[AS]on (release) {  
getURL(“[http://www.siteName.com](http://www.siteName.com)”,"\_self");  
}[/AS]

---

<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 19, 2004, 5:02am UTC](https://forum.kirupa.com/t/url-linking/61506/3 "2004-08-19T05:02:31Z")

</div>

> [@wizard](#):
>
> Select your button and then open the Actions panel (F9). Insert this:[AS]on (release) {  
> getURL(“[http://www.siteName.com](http://www.siteName.com)”,“\_self”);  
> }[/AS]

thanks and i cant wait for halo 2 either 🙂

---

<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 19, 2004, 5:04am UTC](https://forum.kirupa.com/t/url-linking/61506/4 "2004-08-19T05:04:59Z")

</div>

> [@Vargus](#):
>
> …i cant wait for halo 2 either 🙂

:thumb:

And you’re welcome. :}
