I'm using Dreamweaver to insert a Shockwave movie into an e-Learning web site page. DW adds suitable HTML code in the page. I want to suppress Shockwave checking for the version installed as the latest verison. (Client has older version, downloading newer version in my e-Learning module is disruptive to the learner). I've tried to edit out this checking but I keep breaking the Shockwave playback.
Can any kind soul tell me how to edit the code below to suppress the version check and download?
Any help gratefully appreciated.
regards, David, Ottawa
***********
<div id="content">
<div id="content_lcol">
<script type="text/javascript">
AC_SW_RunContent( 'codebase',' ); //end AC code
</script><noscript><object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase=" width="600" height="400">
<param name="src" value="animations/quizOps.dcr" />
<embed src="animations/quizOps.dcr" pluginspage=" width="600" height="400"></embed>
</object></noscript>
</div>
</div>
Can any kind soul tell me how to edit the code below to suppress the version check and download?
Any help gratefully appreciated.
regards, David, Ottawa
***********
<div id="content">
<div id="content_lcol">
<script type="text/javascript">
AC_SW_RunContent( 'codebase',' ); //end AC code
</script><noscript><object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase=" width="600" height="400">
<param name="src" value="animations/quizOps.dcr" />
<embed src="animations/quizOps.dcr" pluginspage=" width="600" height="400"></embed>
</object></noscript>
</div>
</div>