Skip to main content

Microsoft Silverlight

Answered Question how the host know Internet explorer has Silverlight plugin installed or notRSS Feed

(0)

surendiran
surendiran

Member

Member

2 points

12 Posts

how the host know Internet explorer has Silverlight plugin installed or not

hi

lets look at the scenario.

i have silverlight application hosted in IIS.

Now the iam calling Default.html from my internet explorer.

How the host know or how the host find out whether the internet explorer.has Silverlight plugin installed or not in case of Silverlight 3.0

Which javascript will call.

 

Ardman
Ardman

Contributor

Contributor

3398 points

938 Posts

Re: how the host know Internet explorer has Silverlight plugin installed or not

In your Default.aspx page, you should find a call to 'silverlight.js'.  If you do have Silverlight installed and want to see it working, in Internet Explorer click Tools and then click on Programs.  Click Manage Add Ons and then find Microsoft Silverlight.  Disable this and restart IE.  Reload your page and you should see the installer picture.

Min-Hong Tang - MSFT
Min-Hong...

Contributor

Contributor

3509 points

400 Posts

Answered Question

Re: how the host know Internet explorer has Silverlight plugin installed or not

Hi,

    You could use Silverlight.isInstalled(version) to check if it's installed.

   For more information about silverlight javascript api. You can check here:

   http://msdn.microsoft.com/en-us/library/cc838126(VS.95).aspx

Best Regards

 

Min-Hong Tang
Microsoft Online Community Support

Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities