#1 [AYUDA] COMO HAGO PARA QUE MIS Flash se vean en IE7
Buenas como andan ! mi problema es el siguiente no logro que mis archivos flash que coloco en mi pagina hecha en dreamweaver 8, se vean en IE7, he leido miles de cosas pero como no tengo mucha idea de CODIGO, se me complica bastante! (no es que no he tratado he!)
POR FAVORRR! ES URGENTE!
Aca les dejo el codigo de mi index
<!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=iso-8859-1" />
<title>SIGNO ESTUDIO</title>
<style type="text/css">
<!--
body {
background-image: url(Imagenes/Imagen%20de%20fondo.jpg);
}
#Layer1 {
position:absolute;
width:653px;
height:109px;
z-index:4;
left: 351px;
top: 30px;
}
#Layer2 {
position:absolute;
width:666px;
height:537px;
z-index:2;
left: 345px;
top: 24px;
background-color: #333333;
}
#Layer3 {
position:absolute;
width:200px;
height:163px;
z-index:6;
left: 354px;
top: 233px;
}
#Layer4 {
position:absolute;
width:652px;
height:338px;
z-index:3;
left: 351px;
top: 157px;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<div id="Layer1">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','652','heigh t','168','src','Flash/Cabecera','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','Flash/Cabecera' ); //end AC code
</script><noscript><object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=7,0,19,0" width="652" height="168">
<param name="movie" value="Flash/Cabecera.swf" />
<param name="quality" value="high" />
<embed src="Flash/Cabecera.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="652" height="168"></embed>
</object>
</noscript></div>
<div id="Layer3"></div>
<div id="Layer2"></div>
<div id="Layer4"><img src="Imagenes/Fondo Blanco.jpg" width="651" height="424" /></div>
</body>
</html>
POR FAVOR AYUDA! SE LOS AGRADECERE!
Saludos
POR FAVORRR! ES URGENTE!
Aca les dejo el codigo de mi index
<!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=iso-8859-1" />
<title>SIGNO ESTUDIO</title>
<style type="text/css">
<!--
body {
background-image: url(Imagenes/Imagen%20de%20fondo.jpg);
}
#Layer1 {
position:absolute;
width:653px;
height:109px;
z-index:4;
left: 351px;
top: 30px;
}
#Layer2 {
position:absolute;
width:666px;
height:537px;
z-index:2;
left: 345px;
top: 24px;
background-color: #333333;
}
#Layer3 {
position:absolute;
width:200px;
height:163px;
z-index:6;
left: 354px;
top: 233px;
}
#Layer4 {
position:absolute;
width:652px;
height:338px;
z-index:3;
left: 351px;
top: 157px;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<div id="Layer1">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','652','heigh t','168','src','Flash/Cabecera','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','Flash/Cabecera' ); //end AC code
</script><noscript><object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=7,0,19,0" width="652" height="168"><param name="movie" value="Flash/Cabecera.swf" />
<param name="quality" value="high" />
<embed src="Flash/Cabecera.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="652" height="168"></embed>
</object>
</noscript></div>
<div id="Layer3"></div>
<div id="Layer2"></div>
<div id="Layer4"><img src="Imagenes/Fondo Blanco.jpg" width="651" height="424" /></div>
</body>
</html>
POR FAVOR AYUDA! SE LOS AGRADECERE!
Saludos
0