I have this flash piece in my page
www.gamingtables.com.mx/index.php
it is a header if you look at it in IE 7 or 8 the header does not show
if you look in Firefox it is fine.
What could be wrong?
here is the code for the header
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" >
<param name="movie" value="flash.swf?skipintro=0">
<param name="wmode" value="high">
<embed src="flash.swf?skipintro=0" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" width="900" height="100"></embed>
</object>
Thank you