PageOverlays
Description
Defining overlay(s) for all or a specific page
Syntax
XML
Default
—
Context
Pages plug-in node
Version
4.0.0 or above
Define a global page overlay for all pages and/or for individual pages. A page overlay
is a movie clip that loads on top of a page. To specify a default overlay for all pages
except for those, you specified an individual overlay for, please add a default="true"
attribute to the <overlay> node. Please see chapter
details.
Defining a global page overlay
<Plugins>
...
<Plugin src="pages" >
<PageOverlays>
...
<Overlay default="true"
file="ov_photo.swf" />
<Overlay page="5"
file="myOverlay1.swf"
posX="6" posY="12"/>
<Overlay page="21"
file="myOverlay2.swf"
posX="0" posY="98"/>
...
</PageOverlays>
</Plugin>
...
</Plugins>
The example defines the default overlay "ov_ photo- swf" and defines individual
overlays for pages 5 and 21.
9 FSI Pages Add-on
NeptuneLabs - FSI Viewer
312