Question
Button with GetURL not working
HI,
I have made a button symbol (trying to make a skip intro button) which is just unselectable text. I have made all 4 states including the hit state.
I have used the either
on (release) {
getURL("who.html", "_self");
}
or
getURL("who.html", "_self");
Nothing works when i click the link,. I know the button works because my over state happens.
I'm sure I'm missing something simple. I have done this all the time and I actually have a getURL that works but its not on a button, its just at the end of the flash.
I have made a button symbol (trying to make a skip intro button) which is just unselectable text. I have made all 4 states including the hit state.
I have used the either
on (release) {
getURL("who.html", "_self");
}
or
getURL("who.html", "_self");
Nothing works when i click the link,. I know the button works because my over state happens.
I'm sure I'm missing something simple. I have done this all the time and I actually have a getURL that works but its not on a button, its just at the end of the flash.