Plugin_FlashVerEx Property

 

Type: String

 

Returns a string with the build number of the Macromedia Flash plug-in, if installed. For example, "5,0,2,12" under IE on Window, or "5.0 r12" under Netscape.

 

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_flashverex"

bhObj.GetExtPropertiesEx

%>

<html>Your build number of the Flash plug-in is:

<% = bhObj.Plugin_FlashVerEx %>

</html>

 

Special notes for this property:

 

See Also:

Plugin_Flash Property

Plugin_FlashBlocked Property

GetExtPropertiesEx Method

SetExtProperties Method

CompareVersions Method