Ok I have an image that I put in my movie. I then changed it via “Convert to Symbol” to a button. Within it I have two images, one that is for the up or no mouseover version and the other for the mouseover or down position. This part works fine. However using the code below I click on the button and nothing happens. The mouseover stuff still works fine just not the getURL. This should be so simple but it is holding me up. Anyone with any ideas as to why this would not work?
SkipIntro.onPress = function() {
getURL("http://www.macromedia.com", "_blank", "GET");
};