Log in

View Full Version : Can't see the content in Internet Explorer



remp
11-20-2008, 04:49 AM
Hello, I recently set up a website, and everything look great on Firefox, but when i tried to look at it on Internet Explorer, all i see is the flash header, but i can't see the body/content... any help on this?

Link Removed by User (#)

jscheuer1
11-20-2008, 06:05 AM
You are not closing your conditional comment (highlighted) which excludes IE from the nested object tag, add (red):


<td valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="../../download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
width="691" height="320">
<param name="movie" value="flash/header.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<!--[if !IE]> <-->
<object data="flash/header.swf"
width="691" height="320" type="application/x-shockwave-flash">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="pluginurl" value="../../www.macromedia.com/go/getflashplayer">
Aparentemente, tu navegador no permite contenido flash, <br>para poder disfrutar de este pagina correctamente, baja la mas reciente version de Flash Player. <br>Puedes descargarla <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&amp;Lang=Spanish&amp;P5_Language=Spanish&amp;ogn=ES-gntray_dl_getflashplayer_es">aqui</a>
</object><!--> <![endif]-->

</object></td>

remp
11-22-2008, 05:37 AM
Thanks!!!!! that worked perfect! Thanks Again!