A button that not responding

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


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

nothing work

the correct is:

getUrl

:slight_smile:

actually Guig0 … it’s getURL :wink:

but it doesn’t matter … it should work anyway

I knew that… :blush:

thanks kax!

lol :stuck_out_tongue:

b4m77:
your paths must be wrong …

i’ve always used


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

and it works for me :crazy:

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!

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

again thx to all