Detect version of media player

  • Thread starter Thread starter Oscar Thornell
  • Start date Start date
O

Oscar Thornell

Hi,

I need to detect (from a web page..) what version of Windows Media that are
installed..
Any suggestions??

Regards
/Oscar
 
Oscar,

Without the user telling you, you probably are not going to be able to
do this. Your best bet would be to have an ActiveX control installed on the
page (and not a .NET control that is embedded, because the rights by default
wouldn't allow you to access the information needed) which would then do the
detection for you. For something like this, you are better off using an
unmanaged piece of code (only because hosting Windows Forms controls as
ActiveX controls is not really supported).

Hope this helps.
 
Back
Top