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]. | |
Information on the fp_debug parameter is also included in this section.
| 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.
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.