Flash vs. Firefox, IE, Chrome, Opera

I got my site, i upload a .swf file, and than i open it with all of the browsers. But only Chrome gets to load the swf!? None of the others does it… Please help me… And here is the code
<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0” data=“flash/header_v7.swf” width=“766” height=“390”>
<param name=“movie” value=“flash/header_V7.swf?button=2” />
<param name=“quality” value=“high” />
<param name=“menu” value=“false” />
<param name=“wmode” value=“transparent” />
<!–[if !IE]> <–>
<object data=“flash/header_V7.swf?button=2”
width=“766” height=“390” type=“application/x-shockwave-flash”>
<param name=“quality” value=“high” />
<param name=“menu” value=“false” />
<param name=“wmode” value=“transparent” />
<param name=“pluginurl” value=“http://www.macromedia.com/go/getflashplayer” />
FAIL (the browser should render some flash content, not this).
</object><!–> <![endif]–>
</object>