5 FSI ImageFlow
111
NeptuneLabs - FSI Viewer
Example:
<body>
[…]
//Adding parameters directly to the tag:
<fsi-imageflow width="100%" height="150" src="/images/foo/"
backgroundcolor="#000" presentationtype="flat">
</fsi-imageflow>
//Example with using a FSI Viewer configuration file:
<fsi-imageflow width="100%" height="150" src="/images/foo/"
cfg="sample/sample_configuration>
</fsi-imageflow>
</head>
5.1 How it works
The script retrieves an image list from FSI Server and display the images in form of
an image carousel by means of a <canvas> element in the given <fsi-imageflow>
tag.
Note on Internet Explorer:
In order to make FSI ImageFlow work, Internet Explorer must run in IE8 quirks, IE9
or higher quirks or standards mode. You can ensure that by adding an X- UA-
Compatible meta tag to the head section of your web page, for example:
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
5.2 FSI ImageFlow Parameters
You can optionally modify the way FSI ImageFlow works by passing parameters to
the script. You can either use an XML configuration passing the path using a "cfg"
parameter or pass parameters and values as an object to the constructor: