Windows Media Player 11 SDK Player.versionInfo 

Windows Media Player SDK banner art

Previous Next

Player.versionInfo

The versionInfo property retrieves a String value specifying the version of the Windows Media Player.

Syntax

  
    
  

Possible Values

This property is a read-only String in the following format: "X.0.0.YYYY" where X represents the major version number and YYYY represents the build number.

Example Code

The following example creates an HTML BUTTON element that, when clicked, displays a message box containing the version information for Windows Media Player. The Player object was created with ID = "Player".

  

Requirements

Version: Windows Media Player version 7.0 or later.

Library: Use wmp.dll.

See Also

Previous Next