| |||
Objeto Youtube, se ve mal en IE Buenas, tengo el siguiente problema, puse un objeto Youtube en la intro de mi web y en Firefox se ve bien, pero en IE sale el cuadradito rojo. Cual puede ser el problema? |
| ||||
Respuesta: Objeto Youtube, se ve mal en IE ¿Podrías poner un enlace a tu página o por lo menos el código de cómo estás insertando el objeto?
__________________ Por favor, antes de preguntar, revisa la Guía para realizar preguntas. |
| |||
Respuesta: Objeto Youtube, se ve mal en IE Si claro, te pego aquí el código:
Código:
Yo este código lo pillé de youtube, pero despues el dreamveaver me hizo algo y creo que lo cambió, nose si fue a partir de ahí el error. Muchas gracias por responder, a ver si con el código descubrimos el fallo. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Documento sin título</title> <style type="text/css"> <!-- .Estilo1 { color: #FFFFFF; font-family: "Courier New", Courier, monospace; } .Estilo2 {color: #FFFFFF} body { background-color: #000; } --> </style> <script src="Scripts/AC_ActiveX.js" type="text/javascript"></script> <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> </head> <body> <p align="center"><img src="logoindex.gif" width="850" height="454" alt="Logo" /></p> <p align="center"> <script type="text/javascript"> AC_AX_RunContent( 'width','425','height','344','src','http://www.youtube.com/v/KBjhygdwBco&hl=es&fs=1&rel=0&color1=0x2b405b&color2=0x6b8ab6&autoplay=1','type','application/x-shockwave-flash','allowscriptaccess','always','allowfullscreen','true','movie','http://www.youtube.com/v/KBjhygdwBco&hl=es&fs=1&rel=0&color1=0x2b405b&color2=0x6b8ab6&autoplay=1' ); //end AC code </script> <noscript> <object width="425" height="344"> <param name="movie" value="http://www.youtube.com/v/KBjhygdwBco&hl=es&fs=1&rel=0&color1=0x2b405b&color2=0x6b8ab6&autoplay=1" /> <param name="allowFullScreen" value="true" /> <param name="allowscriptaccess" value="always" /> <embed src="http://www.youtube.com/v/KBjhygdwBco&hl=es&fs=1&rel=0&color1=0x2b405b&color2=0x6b8ab6&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed> </object> </noscript> </p> <p align="center"><span class="Estilo1"><a href="Entero.html">Entrar a la web</a></span></p> </body> </html> |