Plugin_MediaPlayerVerEx Property

 

Type: String

 

Returns a string with the build number of the Media Player plug-in, if installed. For example, "6,0,14,20" under IE on Windows and "6.0" under Netscape.

 

Note: You must call the GetExtPropertiesEx method before checking the value of this property. This property requires either the Professional or Enterprise Edition of BrowserHawk.

 

Tip: See the extproperties.asp example located in your BrowserHawk directory for detailed information and examples on using this property.

 

Example:

<% set bhObj = Server.CreateObject("cyScape.browserObj")

bhObj.SetExtProperties "plugin_mediaplayerverex"

bhObj.GetExtPropertiesEx

%>

<html> Windows Media Player version:

<% = bhObj.Plugin_MediaPlayerVerEx %>

</html>

 

Special notes for this property:

 

See Also:

Plugin_MediaPlayer Property

GetExtPropertiesEx Method

SetExtProperties Method

CompareVersions Method