11 FSI Showcase Add-on
337
NeptuneLabs - FSI Viewer
11.4 Showcase Parameters
The Showcase parameters described in the following can be provided in 3 different
ways:
a) Attributes of the plug-in tag
Example – Parameter provided as attribute
<Plugins>
...
<Plugin src="showcase" Layout="Outside" />
...
</Plugins>
b) Child nodes of the plug-in node
Example – Parameter provided as child nodes
<Plugins>
...
<Plugin src="showcase" >
<Layout value="Outside" />
<Align value="Left" />
</Plugin>
...
</Plugins>
c) By HTTP query value prefixed with "showcase_"
Example – Parameter provided by query
<Param name="movie" value="fsi.swf?showcase_layout=Outside">
The following values can be used: