# GetUrl :(

**URL:** https://forum.kirupa.com/t/geturl/287516
**Category:** flash
**Created:** [May 2, 2009, 7:38pm UTC](https://forum.kirupa.com/t/geturl/287516 "2009-05-02T19:38:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Dustdvl](https://avatars.discourse-cdn.com/v4/letter/d/eb9ed0/32.png) [@Dustdvl](https://forum.kirupa.com/u/Dustdvl)
#### Post date: [May 2, 2009, 7:38pm UTC](https://forum.kirupa.com/t/geturl/287516/1 "2009-05-02T19:38:06Z")

</div>

Im making a kinda of scroll wheel with pictures on it that i want them to be clicked on to go to a html page on the website. i got them clickable there buttons and when i click them they wont get the URL here is the Action script. By the way im using cs4 but action script 2.0.

on (release) {  
getURL(“[www.google.com](http://www.google.com)”, “\_self”);  
}
