ok,, i put this code ina html of banner
<object type="application/x-shockwave-flash" data="images/BANER.swf" width="100%" height="280">
<param name="movie" value="images/BANER.swf" />
<param name="quality" value="high"><param name="BGCOLOR" value="ccccc">
<param name="menu" value="false">
in firefox everithing works fine but in IE only half of the page
(flash works) content and right side are not showing....
this is my paragone.js
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
document.write('WIDTH="150" HEIGHT="280" id="BANER" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="BANER.swf"> <PARAM NAME=loop VALUE=true> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFF> <EMBED src="BANER.swf" loop=true menu=false quality=high bgcolor=#FFFF WIDTH="150" HEIGHT="280" NAME="BANER" ALIGN=""');
document.write('TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
document.write('</OBJECT>');
in my header i put this
<script type="text/javascript" src="PARAGONE.js"></script>
that s it
PLASE HELP!