Try:
Code:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','250','height','111','src','http://www.grafax.co.uk/newtest/flash/moto-scroll','quality','high','wmode','transparent','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','http://www.grafax.co.uk/newtest/flash/moto-scroll' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase= "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="250" height="111">
<param name="movie" value="http://www.grafax.co.uk/newtest/flash/moto-scroll.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="http://www.grafax.co.uk/newtest/flash/moto-scroll.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="250" height="111"></embed>
</object></noscript>
Note: I've added wmode transparent (highlighted red) in three places, make sure to use all three additions, scroll the above code block to see them all.
Bookmarks