Version detection with Silverlight

后端 未结 6 2100
轮回少年
轮回少年 2020-12-17 19:20

How can I efficiently and effectively detect the version and, for that matter, any available information about the instance of Silverlight currently running on the browser?<

6条回答
  •  天涯浪人
    2020-12-17 20:06

    As mentioned in the above comments there is currently no efficient direct way to get the installed Silverlight version number (that works cross browser platform).

    I wrote a post on how to workaround this problem and detect the Silverlight major version number (including version 3) programmatically and more efficiently using JavaScript.

    You can find the code and the post at:

    http://www.apijunkie.com/APIJunkie/blog/post/2009/04/How-to-programmatically-detect-Silverlight-version.aspx

    Good luck!

提交回复
热议问题