Variables | |
| var | cab_source |
| CAB Installer URL. | |
| var | cab_version |
| Version Number. | |
| var | ie_class_id |
| Class ID. | |
| var cab_source |
Location (URL) of the On2-provided binary plug-in for the Microsoft Internet Explorer browser. Note that your server's filesystem is probably case-sensitive, so capitalization matters.
var cab_source = fp_scheme + fp_hostname + "/plugins/on2_flix_publisher.CAB";
If your web host requires you to host the plug-ins and images on seperate servers, set cab_source to a complete URL. For example:
var cab_source = "http://example.com/plugins/on2_flix_publisher.cab";
| var cab_version |
Find this value in the file `plugin-info.txt`.
Note that Internet Explorer plug-in version numbers include *commas* rather than periods.
var cab_version = "3,0,5,0";
| var ie_class_id |
Find this value in the file `plugin-info.txt`.
// On2 Flix Publisher's CLSID var ie_class_id = "CLSID:8BFE87FB-6EB2-47E8-9340-25F30DD4FD1A";