Prevent pop-up blockers

Hi people!

I have a question concerning pop up blockers. Would I somehow be able to create something in flash, and when clicked the link opens in a new window (_blank) however, as I have it right now, some pop up blockers are preventing the new window to open. So, would I able to implement something into the code to prevent this from happening? I would really appreciate ya’ll answers!

butt.onPress = function() {
getURL(“LINK”, “_blank”); }

thanks
.M