Type: String
Returns a string containing version information for the installed Flip4Mac plug-in, if any.
Example:
<% set bhObj = Server.CreateObject("cyScape.browserObj")
bhObj.SetExtProperties "plugin_flip4mac"
bhObj.GetExtPropertiesEx
%>
<html>Flip4Mac plugin:
<%
flip = bhObj.Plugin_Flip4mac
if flip = "" then
PropVal = "Not installed"
else
PropVal = " Version " & flip
end if
response.write PropVal
%>
</html>
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.
If the user’s JavaScript is disabled this property will not be available.
See Also: