I corrected the syntax and line breaks in the code but, I don't think that was a real problem, just being sure. The key is the two red highlighted parts referencing wmode, I think you already had one of them, the param (which only does it for IE).
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="kmx_flash" width="745" height="479" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0">
<param name="movie" value="images/kmx_main_flash.swf">
<param name="quality" value="high">
<param name="play" value="true">
<param name="wmode" value="transparent">
<param name="loop" value="false">
<param name="bgcolor" value="#ffffff">
<embed src="images/kmx_main_flash.swf" width="745" height="479" bgcolor="#ffffff" quality="high" loop="false" wmode="transparent" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer">
</object>
Bookmarks