NeptuneLabs FSI Viewer JS User Manual page 312

Table of Contents

Advertisement

PageOverlays
Description
Syntax
Default
Context
Version
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 → 9.19 Page Overlays for
details.
Defining a global page overlay
<Plugins>
...
<Plugin src="pages" >
</Plugin>
...
</Plugins>
The example defines the default overlay "ov_ photo- swf" and defines individual
overlays for pages 5 and 21.
NeptuneLabs - FSI Viewer
Defining overlay(s) for all or a specific page
XML
Pages plug-in node
4.0.0 or above
<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>
9 FSI Pages Add-on
312

Advertisement

Table of Contents
loading

Table of Contents