

To display the above flash demo you will need to copy this code to your webpage. You will also need to upload the following .js file to website.
In order for the flash to work correctly you must link the .js file on the page you publish the flash demo code.
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','300','height','210','style','border:thin solid #3399FF','title','ISH Promo','src','http://www.vancouverhypertension2010.com/ish01','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','ish01' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="300" height="210" style="border:thin solid #3399FF" title="ISH Promo">
<param name="movie" value="ish01.swf" />
<param name="quality" value="high" />
<embed src="http://www.vancouverhypertension2010.com/ish01.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="300" height="210"></embed>
</object>
</noscript>