Plugin_DirectorVerEx Property (.NET)

 

Type: String

 

Returns a string with the build number of the Macromedia Director (shockwave) plug-in, if installed. For example, "6,0,1,21" under IE for Windows or "6.0" 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_DirectorVerEx");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

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

</html>

 

See Also:

Plugin_Director Property (.NET)

CompareVersions Method (.NET)