Jaime Rodriguez On Windows Phone, Windows Presentation Foundation, Silverlight and Windows 7
Mike Harsh announced recently the first Service release for 1.0. The release includes perf improvements, a few fixes (e.g. streaming over proxies not using port 80), and a few "new'' features for SL 1.0 like allowing media redirects. Most users will be getting this release via the auto-updater and no changes are required for most websites that have gone live with 1.0... For a very few websites that must require their users have the Service Release installed to take advantage of the new features, here are some interesting (low-level details:
Silverlight.createObjectEx({source: "Page.xaml",parentElement: document.getElementById("SilverlightControlHost"),id: "SilverlightControl",properties: {width: "100%", height: "100%",version: "1.0.21115" },events: { /*...*/ } });Silverlight.js does all the work to make sure this version is installed and if not, it will show the "Get Silverlight" or what ever your install experience displays..
Silverlight.createObjectEx({source: "Page.xaml",parentElement: document.getElementById("SilverlightControlHost"),id: "SilverlightControl",properties: {width: "100%", height: "100%",version: "1.0.21115"
},events: { /*...*/ }
});Silverlight.js does all the work to make sure this version is installed and if not, it will show the "Get Silverlight" or what ever your install experience displays..
If you are reading this and thinking it is confusing, rest assured you are likely OK. All of these details apply to a tiny subset of users ( that disabled auto-update.. or installed 1.1and are visiting one of the few sites requiring 1.0.21115. For the other 99.9995% of the users, there is no action item.
If you are curious to know what version of Silverlight you are running, here is a trivial html site that can tell you; and it gives you my advise on what to do.. View Source will work since it is only 3 lines to check.
First up, 1.1 renamed to 2.0! GoLive License support, release timeframes, new features... Get all the
Não sei se já repararam mas temos um update para o Silverlight v1.0 . Uma das melhorias é: " Loading