TinMan
10-02-2006, 10:14 PM
I notice dreamweaver 8, wants to amend my coding for flash buttons.
for example adding the noscript coding
<noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="22">
<param name="movie" value="button4.swf" />
<param name="quality" value="high" />
<embed src="button4.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="22" ></embed>
</object></noscript>
supposedly otherwise they will not be viewable in the latest versions of IE.
Strange then that on a test page the re coded buttons are not there, the unmodified ones are, using IE6
Anyone come across this?
for example adding the noscript coding
<noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="22">
<param name="movie" value="button4.swf" />
<param name="quality" value="high" />
<embed src="button4.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="22" ></embed>
</object></noscript>
supposedly otherwise they will not be viewable in the latest versions of IE.
Strange then that on a test page the re coded buttons are not there, the unmodified ones are, using IE6
Anyone come across this?