The link between the application SWF file and the HTML file is reported as
broken, but I can't see why. Both are in the same directory:
<!--[if !IE]>-->
<object type="application/x-shockwave-flash"
data="SNAPCalc.swf" width="100%" height="1325">
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true" />
<!--<![endif]-->
Where the SNAPCalc.swf is in the same directory as the HTML file. Using FF for
this test.
Thanks