I have an on(release) button on a friends web site but it seems to be taking a double click to get through to the next page and also on that next page too clicking on the images takes a double click. Below is the AS I have on the button, similar on all other buttons too!
on(release){
getURL(" "_self");
}
Thanks for any advice
on(release){
getURL(" "_self");
}
Thanks for any advice