Forum Moderators: open
I've created the banner. I've created a "button" that lies over the banner. What I am having trouble doing is assigning the appropriate action script to the button. Right now I have it set up as:
on (release) {
getURL("http://www.widgets.com");
}
This does work. When the banner is clicked the browser advances to the assigned URL (home page). That's fine. But if the visitor then clicks the browser's "back" button (so to return to the page where the clicked banner was showing) this action can't be completed. The browser does return to the original page, but then instantaneously forwards the visitor again back to the home page. Its like once the banner has been clicked its forwarding action is permanently activated.
Is that the way these banners are supposed to work?
Is there another command I should be using instead of "on release" which doesn't have this behavior?
Thanks.