Section 3: Image Locations
[flixpub_conf.js]

Images directory URL and image file names. More...

Modules

 Image Files

Variables

var image_location
 Images Directory URL.

Detailed Description

This section documents parameters controlling images displayed within the Flix Publisher plug-in viewport.

Variable Documentation

var image_location

The sample Publisher implementation must be able to find needed images (graphics).

Provide the path to the location of the SDK sample images on your webserver.

Example

    var image_location = fp_scheme + fp_hostname + "/images/";

If your web host requires you to host the plug-ins and images on seperate servers, set image_location to a complete URL. For example:

    var image_location = "http://example.com/images/";


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