Ver Mensaje Individual
  #13 (permalink)  
Antiguo 14/08/2008, 23:12
Avatar de Franquito_06
Franquito_06
 
Fecha de Ingreso: julio-2008
Mensajes: 1
Antigüedad: 15 años, 8 meses
Puntos: 0
Respuesta: Re: Problema para ver pelicula SWF en IE7

Buenas como andan! yo tengo el mismo mismo problema, archivo flash en dreamweaer CS3, CUANDO PRUEBO EN IE7 aparece barra amarilla pidiendo confirmacion para ejecutar controles activex. QUIERO QUE SE REPRODUZCAN NI BIEN ABRE LA PAGINA.
Les dejo mi codigo, busque y probe miles de cosas, pero al ser nuevo en el tema.....cuesta un poco ja
Saludos y GRACIAS! EL TEMA TERMINO HACE RATO PERO BUE NUNCA ES TARDE!




<!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:737px;
z-index:2;
left: 345px;
top: 24px;
background-color: #333333;
}
#Layer3 {
position:absolute;
width:200px;
height:163px;
z-index:6;
left: 354px;
top: 227px;
}
#Layer4 {
position:absolute;
width:652px;
height:551px;
z-index:3;
left: 351px;
top: 157px;
}
#apDiv1 {
position:absolute;
width:400px;
height:377px;
z-index:5;
left: 587px;
top: 299px;
}
#apDiv2 {
position:absolute;
width:652px;
height:9px;
z-index:6;
left: 351px;
top: 200px;
background-color: #115890;
}
#apDiv3 {
position:absolute;
width:650px;
height:18px;
z-index:7;
left: 351px;
top: 733px;
background-color: #0D3D65;
}
.Estilo1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
#apDiv4 {
position:absolute;
width:200px;
height:455px;
z-index:8;
left: 357px;
top: 220px;
}
-->
</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','loop','false','quality','high','plugins page','http://www.macromedia.com/go/getflashplayer','movie','Flash/Cabecera' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="652" height="168">
<param name="movie" value="Flash/Cabecera.swf" />
<param name="quality" value="high" /><param name="LOOP" value="false" />
<embed src="Flash/Cabecera.swf" width="652" height="168" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
</noscript>
</div>
<div id="Layer2"></div>
<div id="Layer4"><img src="Imagenes/Fondo Blanco.jpg" width="651" height="624" /></div>
<div class="Estilo1" id="apDiv1">
<div align="right">
<p>Tenemos como objetivo llegar a cumplir las </p>
<p>espectativas de nuestros clientes, otorgandole seriedad </p>
<p>yDinamismo a nuestros trabajos, </p>
<p>ya sea para su empresa o necesidades personales.</p>
<p>&nbsp;</p>
</div>
</div>
<div id="apDiv2"></div>
<div id="apDiv3"></div>
<div id="apDiv4"></div>
</body>
</html>




AYUDAAAAAAAAAAAAAAAAAAAA!!!!