Plugin_FlashVerEx Property (.NET)

 

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: Use of this property requires the Professional or Enterprise Edition of BrowserHawk.

 

Special notes for this property:

 

C# Example:

<%

ExtendedOptions options = new ExtendedOptions();

options.AddProperties("Plugin_FlashVerEx");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

Plugin_FlashVerEx: <% Response.Write(extBrow.Plugin_FlashVerEx); %>

</html>

 

See Also:

Plugin_Flash Property (.NET)

Plugin_FlashBlocked Property (.NET)

CompareVersions Method (.NET)