Integration Into Html; Required Html-Source Code - NeptuneLabs FSI Viewer JS User Manual

Table of Contents

Advertisement

8 FSI Viewer
8.9 Integration into HTML Pages

8.9.1 Required HTML-Source Code

FSI Viewer can be integrated into HTML pages by means of an HTML <object>
tag - just like any other Adobe Flash movie clip. Configuration parameters can
be appended to the URL of the movie clip in the form of HTTP queries. If you
already know how to add Flash movie clips to HTML code you can skip this
chapter and move on to the chapter → Configuration .
Object Tag
All recent browsers require an <Object> tag to integrate a Flash movie clip.
Older browsers use the obsolete <Embed> tag instead. Sample HTML code to
integrate FSI Viewer into HTML pages: (Variable data printed in bold and
square brackets):
HTML integrations for modern and old browsers
<Object classid="clsid:D27CDB6E-AE6D-11cf-96B8-
444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cab
s/
flash/swflash.cab#version=6,0,65,0"
width="[Width]" height="[Height]">
<PARAM name="movie" VALUE="[URL and Parameter]" />
<PARAM name="bgcolor" VALUE="[Background color]" />
<PARAM name="menu" VALUE="false" />
<PARAM name="allowscriptaccess" value="always" />
<PARAM name="allowfullscreen" value="true" />
<PARAM name="quality" value="high" />
</Object>
Embed Tag
For browsers (e.g. Netscape 4.x) that do not support the <object>- tag, an
additional, encapsulated <embed>-tag with identical parameters is required.
187
NeptuneLabs - FSI Viewer

Advertisement

Table of Contents
loading

Table of Contents