Plugin_MediaPlayerVerEx Property (.NET)

 

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: Use of this property requires the Professional or Enterprise Edition of BrowserHawk.

 

Special notes for this property:

 

C# Example:

<%

ExtendedOptions options = new ExtendedOptions();

options.AddProperties("Plugin_MediaPlayerVerEx");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

Plugin_MediaPlayerVerEx: <% Response.Write(extBrow.Plugin_MediaPlayerVerEx); %>

</html>

 

See Also:

Plugin_MediaPlayer Property (.NET)

CompareVersions Method (.NET)