Modules | |
| Image Files | |
Variables | |
| var | image_location |
| Images Directory URL. | |
| 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.
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/";