b4m77
January 25, 2003, 7:14pm
1
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
system
January 25, 2003, 7:25pm
3
actually Guig0 … it’s getURL
but it doesn’t matter … it should work anyway
system
January 25, 2003, 7:40pm
5
lol
b4m77:
your paths must be wrong …
i’ve always used
on (release)
getURL ("intro/main.htm")
}
and it works for me :crazy:
system
January 25, 2003, 10:29pm
6
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!
system
January 29, 2003, 3:25pm
7
BIG thx to all
kax,… it did not work.
h88…i will try it with hope that it work
again thx to all