ActiveX Control
[Section 2: Loading Your Plug-Ins]

Internet Explorer Plug-in settings. More...

Variables

var cab_source
 CAB Installer URL.
var cab_version
 Version Number.
var ie_class_id
 Class ID.

Detailed Description

The settings in this section tell the reference application where to download your CAB installer, and how to load your ActiveX Control.

Variable Documentation

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.

Examples

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.

Example

var cab_version = "3,0,5,0";

var ie_class_id

Find this value in the file `plugin-info.txt`.

Example

// On2 Flix Publisher's CLSID
var ie_class_id = "CLSID:8BFE87FB-6EB2-47E8-9340-25F30DD4FD1A";


On2 Flix Publisher documentation, generated on Mon Jan 7 18:13:01 2008 by doxygen 1.5.4 On2 Technologies, Inc