Plugin_Flip4Mac Property

 

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:

 

See Also:

Plugin_QuickTime Property

Plugin_QuickTimeVerEx Property