Plugin_Flash Property (.NET)

 

Type: Integer

 

Returns the version of the visitor’s Macromedia Flash plug-in if installed. If it is not possible to detect if the plug-in is installed, -1 is returned. If the plug-in is not installed, 0 is returned. Otherwise the version of Flash installed is returned (for example, 4).

 

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_Flash");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

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

</html>

 

See Also:

Plugin_FlashVerEx Property (.NET)

Plugin_FlashBlocked Property (.NET)

Plugin_Director Property (.NET)