I want to link to a URL - so when the user clicks on my button it sends them to another URL in the same window.
the button I'm using is named: enter
here's the code that I have so far:
enter.onRelease = function() {
getURL("http://www.daviddiebold.com");
};
Here's what happens at this point:
The whole flash file works with the animation, but when the button is clicked nothing happens. Would it have anything to do with a stop command on the last frame of my flash file?
Thanks in advance,
David Diebold





Bookmarks