SoFunction
Updated on 2025-04-14

AS3 code to open new window without blocking


if ( == 'ActiveX') {("","/blog");}
else {navigateToURL(new URLRequest("/blog"),"_blank");
}