coothead has posted a good method... single <object> code... works well.
The old <object><embed> method you were trying to use will also work (though it will not validate). But you forgot to add the "movie" param to the <object> like this:
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,16,0"
width="961" height="154" >
<param name="movie" value="http://hamaakav.co.il/wp-content/themes/periodic/images/misc/banner.swf" />
<embed src="http://hamaakav.co.il/wp-content/themes/periodic/images/misc/banner.swf" width="961" height="154" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash">
</embed>
</object>
Best wishes,
Eye for Video
www.cidigitalmedia.com
Bookmarks