Type: String
Returns a string containing version information for the installed Flip4Mac plug-in, if any.
Special notes for this property:
Not all browsers are capable of having their plug-ins detected. If this is the case the return value will be an empty string.
C# Example:
<%
ExtendedOptions options = new ExtendedOptions();
options.AddProperties("Plugin_Flip4Mac");
ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);
%>
<html>
Plugin_Flip4Mac: <% Response.Write(extBrow.Plugin_Flip4Mac); %>
</html>
See Also: