C
CordW
Hello,
my 30 page website, created with publisher 2003, works fine in IE6, IE7,
Firefox. In IE8 my flash animations get a wrong position. They are
positioned left and below the intended position. It seems, as if my intended
position informations (pixel) are somehow multiplied by the Faktor 1.25. In
addition the animations are scaled by approxemately the faktor 1.3. The
scaling is independend of the intended position of the animation.
I integrated the animations via the codefragment functionality of publisher.
This is the code:
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,16,0"
width="160" height="120" >
<param name="movie" value="kurvengetriebe_160x120p.swf">
<param name="quality" value="high">
<param name="play" value="true">
<param name="LOOP" value="true">
<embed src="kurvengetriebe_160x120p.swf" width="160" height="120"
play="true" loop="true" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash">
</embed>
</object>
The compatibility option in IE8 has no effect on this problem.
I also integrated the statement
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
in the head element as recommended by microsoft. No effect as well.
Can anybody give me an advice how to fix this problem?
Thank you in advance
CordW
my 30 page website, created with publisher 2003, works fine in IE6, IE7,
Firefox. In IE8 my flash animations get a wrong position. They are
positioned left and below the intended position. It seems, as if my intended
position informations (pixel) are somehow multiplied by the Faktor 1.25. In
addition the animations are scaled by approxemately the faktor 1.3. The
scaling is independend of the intended position of the animation.
I integrated the animations via the codefragment functionality of publisher.
This is the code:
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,16,0"
width="160" height="120" >
<param name="movie" value="kurvengetriebe_160x120p.swf">
<param name="quality" value="high">
<param name="play" value="true">
<param name="LOOP" value="true">
<embed src="kurvengetriebe_160x120p.swf" width="160" height="120"
play="true" loop="true" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash">
</embed>
</object>
The compatibility option in IE8 has no effect on this problem.
I also integrated the statement
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
in the head element as recommended by microsoft. No effect as well.
Can anybody give me an advice how to fix this problem?
Thank you in advance
CordW