Hello everyone. I have a very strange issue to resolve, and unfortunatelly i dont know its nature.
So Im only wishing to find somebody that have already came accross it.
Im building a small web site using my home IIS version came of the XP Pro. The site I'm working on is having a Flash Object.
Everything seem to work fine on I.E 6.0 used by friends and myself. Although the problem i have is that is not working on
I.E 5.5.
More strangelly is working fine BUT the HTML returned to the different browser versions is Different.
There is a line that line gets partially Ereased on I.E. 5.5. And more specifically the Object's call line.
So on I.E6 i have :
TR vAlign=bottom align=middle>
<TD align="center">
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" WIDTH="714" HEIGHT="95" id="topmenu_normal223">
<PARAM NAME="movie" VALUE="topmenu_normal223.swf">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="menu" VALUE="false">
<PARAM NAME="BGCOLOR" VALUE="#2E2E31">
<embed src="topmenu_normal223.swf" quality=high pluginspage=" type="application/x-shockwave-flash" width="714"
height="95" border="0" menu="false" vspace="0" hspace="0" bgcolor="#000000">
</embed>
</OBJECT>
On I.E 5.5 i have :
TR vAlign=bottom align=middle>
<TD align="center">
<OBJECT
<PARAM NAME="movie" VALUE="topmenu_normal223.swf">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="menu" VALUE="false">
<PARAM NAME="BGCOLOR" VALUE="#2E2E31">
<embed src="topmenu_normal223.swf" quality=high pluginspage=" type="application/x-shockwave-flash" width="714"
height="95" border="0" menu="false" vspace="0" hspace="0" bgcolor="#000000">
</embed>
</OBJECT>
Excactly as you see it. Please notice the chgange that occures on the third line.
Although further down there are lines coresponding to the object that are there the same on both browsers.
What is going on i dont know? Is it the browser? is it My IIS Object settings? Is it anything else?
It would not be an issue if the Flash object that concerns me appeared properly on both browsers, which is not.
On I.E 6 is fine, while on I.E5.5 appears again but about 10 pixels down from the possition that i want.
If there is no answer to this then what im propably thinking to make the .HTM an .ASP file and try again.
Please help.
So Im only wishing to find somebody that have already came accross it.
Im building a small web site using my home IIS version came of the XP Pro. The site I'm working on is having a Flash Object.
Everything seem to work fine on I.E 6.0 used by friends and myself. Although the problem i have is that is not working on
I.E 5.5.
More strangelly is working fine BUT the HTML returned to the different browser versions is Different.
There is a line that line gets partially Ereased on I.E. 5.5. And more specifically the Object's call line.
So on I.E6 i have :
TR vAlign=bottom align=middle>
<TD align="center">
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" WIDTH="714" HEIGHT="95" id="topmenu_normal223">
<PARAM NAME="movie" VALUE="topmenu_normal223.swf">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="menu" VALUE="false">
<PARAM NAME="BGCOLOR" VALUE="#2E2E31">
<embed src="topmenu_normal223.swf" quality=high pluginspage=" type="application/x-shockwave-flash" width="714"
height="95" border="0" menu="false" vspace="0" hspace="0" bgcolor="#000000">
</embed>
</OBJECT>
On I.E 5.5 i have :
TR vAlign=bottom align=middle>
<TD align="center">
<OBJECT
<PARAM NAME="movie" VALUE="topmenu_normal223.swf">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="menu" VALUE="false">
<PARAM NAME="BGCOLOR" VALUE="#2E2E31">
<embed src="topmenu_normal223.swf" quality=high pluginspage=" type="application/x-shockwave-flash" width="714"
height="95" border="0" menu="false" vspace="0" hspace="0" bgcolor="#000000">
</embed>
</OBJECT>
Excactly as you see it. Please notice the chgange that occures on the third line.
Although further down there are lines coresponding to the object that are there the same on both browsers.
What is going on i dont know? Is it the browser? is it My IIS Object settings? Is it anything else?
It would not be an issue if the Flash object that concerns me appeared properly on both browsers, which is not.
On I.E 6 is fine, while on I.E5.5 appears again but about 10 pixels down from the possition that i want.
If there is no answer to this then what im propably thinking to make the .HTM an .ASP file and try again.
Please help.