MediaINFO Viewer is an application in SWF format (Adobe Flash) and is embeddable within existing
client HTML pages. MediaInfo Viewer is a solution for clients that have their own search, metadata and repository services and wish to integrate only web-frontend for displaying them. Unlike full MediaInfo solution, it doesn’t provide administration, search, file handling and metadata repository.
MediaInfo Viewer is an application in SWF format (Adobe Flash) and is embeddable within existing client HTML pages. MediaInfo Viewer is a solution for clients that have their own search, metadata and repository services and wish to integrate only web-frontend for displaying them. Unlike full MediaInfo solution, it doesn’t provide administration, search, file handling and metadata repository.
MediaInfo Viewer communicates with several Server-Side services which can be located on local or remote location. Viewer includes detailed specifications for services request/response, which client can implement on his side with a help of provided services samples.
Core functionality of viewer allows magnification of any portion of displayed content. Additionally, resizing top menu bar elements (buttons and textual input fields) is supported. Actual sizing of menu bar is available by a button option in top menu bar itself where user can click on small/medium/large option. Alternatively, initial size could be specified by additional initialization parameter.

Embedding MediaInfo Viewer is done by adding <OBJECT> tag within HTML page. Here is sample code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="viewer" width="100%" height="100%"
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
<param name="movie" value="viewer.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#b6b6b6" />
<param name="allowScriptAccess" value="sameDomain" />
<embed src="viewer.swf" quality="high" bgcolor="#b6b6b6"
width="100%" height="100%" name="viewer" align="middle"
play="true"
loop="false"
quality="high"
allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/go/getflashplayer">
</embed>
</object>
MediaInfo Viewer can accept number of initialization parameters to specify default application behavior. These are: collection, default displayed level/page, zooming to exact location within a page, toggle search option, initial search highlights, specify background and colors, language, gap between displayed pages and similar.