Type: String
Returns a string with the build number of the RealPlayer plug-in. For example, " 6.0.8.1024".
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_RealplayerBuild"
bhObj.GetExtPropertiesEx
%>
<html>Your build number of the RealPlayer plug-in is:
<% response.write bhObj.Plugin_RealPlayerBuild %>
</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 an empty string.
If the user’s JavaScript is disabled this property will not be available.
Build numbers do not match the RealPlayer version numbers (use the Plugin_RealPlayer property for that). For example the first RealPlayer 8 release build number is "6.0.7.788".
The build number returned by this property is for the embedded RealPlayer plug-in and may be different than the build number of the stand alone RealPlayer (which is not detectable).
It may take up to a few seconds to detect this setting, depending of the end user's system.
Build numbers are not available for RealPlayer versions prior to RealPlayer 7.
Build numbers are not available under Netscape 6 and Opera for RealPlayer versions prior to RealOne (RealOne build numbers are available under Netscape 6 and Opera).
See Also: