Resource Page DescriptionOptional add-on for Silverlight.js. Adds Silverlight.supportedUserAgent function which determines if the user's browser is supported by Silverlight.
This functionality is not included in the Silverlight.js file because supportedUserAgent is highly dependant on current Web browser implementations. Because browsers evolve very quickly, this function will need to be updated much more frequently then the Silverlight.js file. If you need the functionality of Silverlight.supportedUserAgent then please check back often for updates to this file.
Current Release: 2.0.30523.6
This release is compatible with Silverlight 1.0 and Silverlight 2 Beta 2.
Documentation
supportedUserAgent function:
Determines if the client browser is supported by Silverlight.
params:
- version [string] : determines if a particular version of Silverlight supports this browser. Acceptable values are "1.0" and "2.0".
- userAgent [string]: optional. User Agent string to be analized. If null then the current browsers user agent string will be used.
return type: boolean
Silverlight.js
This file can be used stand-alone or in conjunction with
Silverlight.js.