Internet Explorer problem with .swf file

I have a huge problem:
No mather what i create in Flash, export in .swf, then i display it in a .html , if I use Internet Explorer I get a controler problem. More exactly I must click once on the .swf lanscape. This is realy bad for me.
Can any of u come up with a suggestion for this ??
This is the HTML code I use in .html file to display the .swf file (it’s the code that Flash exports).

<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0” width=“720” height=“540” id=“maxtv” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“index.swf” />
<param name=“menu” value=“false” />
<param name=“quality” value=“high” />
<param name=“bgcolor” value="#ffffff" />
<embed src=“index.swf” menu=“false” quality=“high” bgcolor="#ffffff" width=“720” height=“540” name=“maxtv” align=“middle” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>

Tx a lott.