Hi. Im trying to embed a swf banner on my site. I create the code in Dreamweaver but when I add it into actinic only a blank space is shown twice the height of the actual banner.
This is the code.
</tr>
</table></td>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="485" height="196">
<param name="movie" value="Movie1.swf">
<param name="quality" value="high">
<embed src="Movie1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="485" height="196"></embed>
</object>
</tr>
<tr>
Any suggestions. Thanks
This is the code.
</tr>
</table></td>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="485" height="196">
<param name="movie" value="Movie1.swf">
<param name="quality" value="high">
<embed src="Movie1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="485" height="196"></embed>
</object>
</tr>
<tr>
Any suggestions. Thanks
Comment