I used this linky
http://www.flash-db.com/PopUp/
for the code and put in the correct path, but when i test it all it gives me is a blank popup? heres the code it gave me…
on (release) {
getURL (“javascript:NewWindow=window.open(‘http://ericradio.no-ip.com’,‘newWin’,‘width=’+screen.availWidth+‘,height=’+screen.availHeight+‘,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=Yes,fullscreen=Yes’); NewWindow.focus(); void(0);”);
}
I even tested real http:// links and it wont work? Whats wrong?