Plugin_Director Property (.NET)

 

Type: Integer

 

Returns an integer indicating whether the visitor’s browser has the Macromedia Director (shockwave) plug-in installed. The returned value will be one of the following:

0: The Director plug-in is not installed

1: The Director plug-in is installed

-1: It is not possible to detect if the plug-in is installed

 

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

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

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

</html>

 

See Also:

Plugin_DirectorVerEx Property (.NET)

Plugin_Flash Property (.NET)