Dean Blakely
Dean Blakely

Reputation: 3595

Issue involving Silverlight on Windows 10

After installing Windows 10 and then going to my website, that uses Silverlight, I find that Microsoft Edge does not support Silverlight. Has Microsoft killed Silverlight? Is there any way to run Silverlight in some add-in that will run in Edge? I have a lot of code invested in Silverlight. Is my only option to rewrite all of my apps? In What? HTML 5 and javascript?

I can't seem to install IE 11 on windows 10.

Upvotes: 1

Views: 6297

Answers (1)

Shaun Luttin
Shaun Luttin

Reputation: 141622

Has Microsoft killed Silverlight?

They have killed it for Edge. While you can keep using it in IE 11 and other out-of-browser apps, Microsoft is really discouraging it.

Is there any way to run Silverlight in some add-in that will run in Edge? ... I can't seem to install IE 11 on windows 10.

Within Edge, click the ... in the top right corner. Choose Open with Internet Explorer.

Open with Internet Explorer

Is my only option to rewrite all of my apps? In What? HTML 5 and javascript?

In the short term, you could encourage users to click on Open with Internet Explorer. In the long term it's HTML5 and JavaScript including DASH, MSE, CENC, and EME.

  • DASH. Dynamic Adaptive Streaming over HTTP.
  • MSE. Media Source Extensions.
  • CENC. Common Encryption.
  • EME. Encrypted Media Extensions.

References

Upvotes: 3

Related Questions