Question
firefox pop-up blocker
hey there
I've just learned how to add a link to a button, but when viewed in firefox it wants to open up a new tab, and the popup blocker stops the new page from loading. (Seems to work fine in Safari, however)
here's the script I put in the first keyframe of the timeline:
big_button.addEventListener(MouseEvent.CLICK, goWhere)
function goWhere (evt) {
var url = "page2.html"
navigateToURL(new URLRequest(url))
}
there's a video clip that runs in a later frame of the swf, could that be part of the problem?
thanks for your tips!!
I've just learned how to add a link to a button, but when viewed in firefox it wants to open up a new tab, and the popup blocker stops the new page from loading. (Seems to work fine in Safari, however)
here's the script I put in the first keyframe of the timeline:
big_button.addEventListener(MouseEvent.CLICK, goWhere)
function goWhere (evt) {
var url = "page2.html"
navigateToURL(new URLRequest(url))
}
there's a video clip that runs in a later frame of the swf, could that be part of the problem?
thanks for your tips!!
