Type: String
Returns a string with the version number of the Apple QuickTime Player plug-in, if installed. For example, "5.0.1".
Note: Use of this property requires the Professional or Enterprise Edition of BrowserHawk.
Special notes for this property:
Not all browsers are capable of having their plug-ins detected. If this is the case the return value will be a .
It may take up to a few seconds to detect this setting, depending of the end user's system.
C# Example:
<%
ExtendedOptions options = new ExtendedOptions();
options.AddProperties("Plugin_QuickTimeVerEx");
ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);
%>
<html>
Plugin_QuickTimeVerEx: <% Response.Write(extBrow.Plugin_QuickTimeVerEx); %>
</html>
See Also:
Plugin_QuickTime Property (.NET)