Please note that LinkTemplateData values have to be provided url-encoded (see
Escaping or URL- encoding parameter values if the values contain invalid HTML
query characters like "?&/,".
Besides using the LinkTemplates parameter to provide custom templates, you can
use the following predefined LinkTemplates without providing the corresponding
LinkTemplateData:
Template
Description
_FSI_CURRENTPAGE_
1-based index of the current page (1,2,3,4…)
_FSI_
CURRENTDOUBLEPAGE_
1-based index of the current double page (1,2,4,6…)
For inner pages this value represents the index of
the left page. For the front and back cover the value
is the actual page index
9.19 Page Overlays
Page overlays are compiled Flash movies clips that can be used as an overlay,
floating above a page in FSI Pages. You have probably seen the "Photo Album"
example created with FSI Pages atwww.neptunelabs.com. The small sticky photo
corners come from an overlay file.
Using Overlays
Overlay files have to reside in the "/plugins/pages/overlays/" directory of your FSI
Viewer setup directory. You can add a global overlay to appear on all pages and/or
specify an overlay file for specific pages.
Defining a global page overlay
<Plugins>
...
<Plugin src="pages" >
<PageOverlays>
<Overlay default="true" file="ov_photo.swf" />
[...]
</PageOverlays>
</Plugin>
...
</Plugins>
9 FSI Pages Add-on
NeptuneLabs - FSI Viewer
270