Type: String
Returns a string with the version number of the Apple QuickTime Player plug-in, if installed. For example, "5.0.1".
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_quicktimeverex"
bhObj.GetExtPropertiesEx
%>
<html>Your build number of the Flash plug-in is:
<% = bhObj.Plugin_QuickTimeVerEx %>
</html>
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.
If the user’s JavaScript is disabled this property will not be available.
See Also: