Web
To insert flash into your HTML files you must use the object tag which contains many attributes to modify the way the multimedia is displayed and to describe the type of media to be displayed.
The FlashVars property of Macromedia Flash Player provides an efficient method for setting variables.
server set the webserver.
workDir is the directory where all the flat files are present.
filePivot set the genome which is the genome that you want to compare to the other genomes.
<object type="application/x-shockwave-flash" data="/SynTView/flash/SynWeb.swf" width="100%" height="100%">
<param name="quality" value="high" />
<param name="bgcolor" value="#869ca7" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="gpu" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="flashVars" value="workDir=Chlamydia&server=genopole.pasteur.fr/SynTView/Data/&filePivot=AE002160.ptt" />
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
</a>
</object>