Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppressing check for verison number?

Status
Not open for further replies.

djfilms

Technical User
Jan 17, 2007
1
0
0
CA
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>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top