PDA

View Full Version : flash buttons in dreamweaver


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?

_Aerospace_Eng_
10-03-2006, 12:59 AM
No I don't use dw to add in flash for me. I do it by hand. There are probably a few js files you also need to upload for the ones dw put in for it to work.

TinMan
10-03-2006, 06:20 PM
Could be,

I think I will just start from scratch on the page and see if it is better than having some sort of conversion done to the coding.