I want to know the type and version the browser that the user is running from within my Flex 4 application. I know I can get that information by using ExternalInterface to call Javascript. I know I can get that information from the server.
I’m looking for a way to get that information directly from actionscript. I mean, isn’t there a global variable or something that keeps this information?
You can’t since you don’t have any global variables as you mention.
But whty not use ExternalInterface and JavaScript?.
If you put it in a class as a static method, for you it would be as transparent as calling an intrinsic class…