Example:
<fsi_parameter>
<FPX>
<!-- Src will be prefixed by
FPXBase of _default.xml -->
<Src value="3d_object.fpx" />
<Width value="8128" />
<Height value="9168" />
<TilesX value="4" />
<TilesY value="3" />
</FPX>
<Options>
<InitialAction value="NextScene" />
<InitialActionDelay value="3" />
<MenuAlign value="TL" />
<NoNav value="true" />
</Options>
</fsi_parameter>
E Example of a FSI Viewer JS skin css file
13 Appendix
F Escaping or URL-encoding parameter values
In some situations you need to pass escaped (URL-encoded) parameters values to
FSI
Viewer, because using unescaped values would break the XML syntax or because
you
need to use characters prohibited in URLs.
In cases like this you can pass escaped values rather than passing the actual value.
What does escaping (URL-encoding) mean?
URL- encoding (or percent- encoding) means converting the character to its
corresponding value in ASCII and then representing that value as a pair of
hexadecimal digits. The digits, preceded by a percent sign ("%"), are then used in
place of the reserved character. FSI Viewer transforms URL-encoded values back
to the original value.
How can I URL-encode a value?
13 Appendix
NeptuneLabs - FSI Viewer
508