Skip to main content
Inspiring
January 3, 2011
Question

Get the browser Information.

  • January 3, 2011
  • 1 reply
  • 935 views

Hi

How can we get the browser name and version through which the current streaming is takes place?

Please help us.

Thanks

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    January 4, 2011

    You can get Flash Player Version and OS details using Client.agent property on server-side but i do not think there is anything which gives out browser details. May be you can use logs of your web server to get you those details.

    Alternately try to get that information on client side and pass it to server by making server-side function call. See this article might give you some hint : http://stackoverflow.com/questions/745423/how-do-i-get-information-about-the-users-browser-in-flex

    Inspiring
    January 17, 2011

    Through client.agent we will get the output WIN Flash Player version. Is it possible to identify the type of WIN the customer is using? Like windows 98, Vista etc.

    Help us.

    Participating Frequently
    January 20, 2011

    You can use Capabilities.os (AS3) on client side and then pass this value when you make connect as extra parameter or make netconnection call passing this value - so that its available on server-side.