# A button that not responding

**URL:** https://forum.kirupa.com/t/a-button-that-not-responding/12034
**Category:** flash
**Created:** [January 25, 2003, 7:14pm UTC](https://forum.kirupa.com/t/a-button-that-not-responding/12034 "2003-01-25T19:14:22Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![b4m77](https://avatars.discourse-cdn.com/v4/letter/b/43a26b/32.png) [@b4m77](https://forum.kirupa.com/u/b4m77)
#### Post date: [January 25, 2003, 7:14pm UTC](https://forum.kirupa.com/t/a-button-that-not-responding/12034/1 "2003-01-25T19:14:22Z")

</div>

i have a button that is not responding in opening a page on my HD.  
i have tried

```auto

on (release) {
     geturl("/intro/main.htm")
}
---
//and
on (release) {
    geturl("e:\intro\main.htm")
}
---
//and
on (release)
    geturl("intro/main.htm")
}

```

nothing work

---

<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: [January 25, 2003, 7:21pm UTC](https://forum.kirupa.com/t/a-button-that-not-responding/12034/2 "2003-01-25T19:21:40Z")

</div>

the correct is:

get **U** rl

🙂

---

<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: [January 25, 2003, 7:25pm UTC](https://forum.kirupa.com/t/a-button-that-not-responding/12034/3 "2003-01-25T19:25:25Z")

</div>

actually Guig0 … it’s getURL 😉

but it doesn’t matter … it should work anyway

---

<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: [January 25, 2003, 7:31pm UTC](https://forum.kirupa.com/t/a-button-that-not-responding/12034/4 "2003-01-25T19:31:24Z")

</div>

I knew that… 😊

thanks kax!

---

<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: [January 25, 2003, 7:40pm UTC](https://forum.kirupa.com/t/a-button-that-not-responding/12034/5 "2003-01-25T19:40:16Z")

</div>

lol 😛

b4m77:  
your paths must be wrong …

i’ve always used

```auto

on (release)
    getURL ("intro/main.htm")
}

```

and it works for me :crazy:

---

<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: [January 25, 2003, 10:29pm UTC](https://forum.kirupa.com/t/a-button-that-not-responding/12034/6 "2003-01-25T22:29:33Z")

</div>

Hold Shift and press F12, what I mean is that you have to Publish your files to let it work. After that, you open the html document, and it should get you the 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: [January 29, 2003, 3:25pm UTC](https://forum.kirupa.com/t/a-button-that-not-responding/12034/7 "2003-01-29T15:25:19Z")

</div>

BIG thx to all  
kax,… it did not work.  
h88…i will try it with hope that it work

again thx to all
