var jsFun:String = "function(url){window.open(url,'_blank');}"; try { ExternalInterface.call(jsFun,url); }catch (e:Error){}