13 Appendix
507
NeptuneLabs - FSI Viewer
Please note that you need to use XML syntax in order to avoid XML syntax errors in
configuration files - this is e.g. using <br/> instead of <br>.
C Example of a _default.xml file for FSI Viewer Flash
Example:
<fsi_parameter>
<!-- This file contains default parameters.
All parameters will be overwritten by additional .xml
files or query
parameters. -->
<FPX>
<ServerType value="fsi" />
<Base value=
"http://fsi.neptunelabs.com/fsi/
server?source=/" />
</FPX>
<Plugins>
<Plugins src="mousemodes" />
<PLUGIN src="zoommeter" SrcRelative="1"/>
</Plugins>
<Options>
<FSIBase value="config/" />
<ScenePreload value="true" />
<MenuAlign value="BR" />
</Options>
</fsi_parameter>
D Example of an image specific FSI configuration file