![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
07/12/2008, 09:56
|
| | Fecha de Ingreso: octubre-2008
Mensajes: 36
Antigüedad: 16 años, 3 meses Puntos: 0 | |
Respuesta: Objeto Youtube, se ve mal en IE Si claro, te pego aquí el código:
Código:
<!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>
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. |