I've been using the following:
var browserAgent:String = ExternalInterface.call("function
getBrowser(){return navigator.userAgent;}");
if(browserAgent != null &&
browserAgent.indexOf("Safari/IE/Firefox/Etc") >= 0){}
But recently, IE has ceased returning the info. I noticed this after a
recent "security update"
[EMAIL PROTECTED] M$

