# Problem with getURL on button

**URL:** https://forum.kirupa.com/t/problem-with-geturl-on-button/156651
**Category:** flash
**Created:** [July 27, 2005, 8:34am UTC](https://forum.kirupa.com/t/problem-with-geturl-on-button/156651 "2005-07-27T08:34:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Silmano](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/silmano/32/1479_2.png) [@Silmano](https://forum.kirupa.com/u/Silmano)
#### Post date: [July 27, 2005, 8:34am UTC](https://forum.kirupa.com/t/problem-with-geturl-on-button/156651/1 "2005-07-27T08:34:12Z")

</div>

I have several buttons and this is the code that goes inside (different for each button)

```auto
 
on (release) {
 getURL ("/engine/loadPage.asp?idPage=13");
}

```

It seems flash cant read/get the URLs this way, since it doesnt do nothing for me.

Is there a solution to this so flash can handle relative URLs?
