Found this online
            var userAgent:String =  ExternalInterface.call( "function
getUserAgent() { return navigator.userAgent; }" );
            var userAgentVersion:String =  ExternalInterface.call
( "function getAppVersion(){ return navigator.appVersion; }" );
            var appName:String = ExternalInterface.call( "function
getAppName(){ return navigator.appName; }" )

http://flexflashvideo.com/codesamples/flex/flex3/browserinfo/

Satish
On Feb 17, 3:51 pm, flexwiz <satish.mumm...@gmail.com> wrote:
> How do i detect the browser /user-agent information from Flex ?
>
> Satish
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to