Section 1: Main Settings
[flixpub_conf.js]

Basic settings. More...

Variables

var fp_scheme
 Scheme for image and plug-in URLs. [string].
var fp_hostname
 Hostname for image and plug-in URLs. [string].
var fp_debug
 Show/hide JS debug logging div. [bool].

Detailed Description

This section controls the scheme and hostname used to access the plug-ins and image files.

Information on the fp_debug parameter is also included in this section.


Variable Documentation

var fp_scheme

It's best to leave this string set to the default if you're not sure what changing it will do.

var fp_hostname

Leave fp_hostname blank if your environment requires you to host the plug-in CAB and XPI files on one host, and your images on another host.

Examples

Correct:

     var fp_hostname = "localhost";
     var fp_hostname = "on2.com";
     var fp_hostname = "www.on2.com";

This string can contain only your web server host, do not add anything else to the contents of the string:

Incorrect:

     var fp_hostname = "www.on2.com/";         // do not add the trailing /
     var fp_hostname = "http://www.on2.com";   // do not add the http://

var fp_debug

If set to true, a div containing debug logging messages will be shown at the bottom of the window.


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