I am trying to integrate a swf html into a header.tpl.php file from a cms
everything it's ok on firefox and rest of the world browsers but it shows blank results in internet explorer all version ( i just cant see my swf file ) the script integration looks like this
----------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=<?php echo $this->CHARSET; ?>">
<title><?php echo $this->TITLE; ?></title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/js_code.js"></script>
<script type="text/javascript" src="js/overlib.js"><!-- overLIB (c) Erik Bosrup --></script>
</script><script type="text/javascript" src="http://liviugsm.com/maian_cart/templates/lps/includes/embed-compressed.js"></script><style type="text/css">
</style>
</head>
<body LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLL="NO">
<OBJECT classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" WIDTH="100%" HEIGHT="140" id="TestLaszloPage" ALIGN="top">
<PARAM NAME=movie VALUE="1.lzx.swf9.swf?lzproxied=false">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="http://liviugsm.com/maian_cart/templates/1.lzx.swf9.swf?lzproxied=false" quality=high wmode=transparent bgcolor=#FFFFFF WIDTH="100%" HEIGHT="140" NAME="ADPX" ALIGN="top"
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
<script type="text/javascript" src="http://liviugsm.com/maian_cart/templates/ieupdate.js"></script>
</div>
</body>
.....more html code....
you can check at
http://liviugsm.com/maian_cart/index.php in internet explorer
ps: i have the last flash player , i also checked in other computers with internet explorer and still same problem.
can someone tell me what is it about ( i am having this problem like forever)
Please help me with this !