Plugin_RealPlayerBuild Property

 

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:

 

See Also:

Plugin_RealPlayer Property

GetExtPropertiesEx Method

SetExtProperties Method

CompareVersions Method