Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/01/2010, 10:09
itouch
 
Fecha de Ingreso: enero-2010
Mensajes: 6
Antigüedad: 14 años, 3 meses
Puntos: 0
Intro en flash duda novato

Hola, estoy armando mi pagina web y tengo dos dudas.
Tengo mi archivo flash index.swf y el siguiente codigo (index.html)

Cita:
<!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>
<title>Intro</title>
<meta content="SWiSH v2.0" name="miguel" />
<meta content="SWiSH v2.0" name="copyright" />

<meta content="2005, bullmastifs, diseñado, escena, intro, jpg, logo3," name="keywords" />
</head><!-- Created by SWiSH - Flash made easy - only $49.95 - www.swishzone.com -->
<http://www.tuffnell.com/principal.htm>
<body bgcolor="#000000">
<center><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" id="index" width="800" height="600" alt="">
<param name="movie" value="index.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" /><param name="LOOP" value="false" /><embed src="index.swf" width="800" height="600" loop="false" name="index" quality="high" bgcolor="#000000" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object> </center>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10688235-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>

el problema es que cuando esta cargando se queda trabado en "x%" (ej:70%) y no carga mas, si hago cick derecho repoducir va joya pero no termina de reproducir hasta el final porque no llega a cargar por completo toda la presentacion, espero que me puedan ayudar gracias
link www.ernestodelisi.com.ar/index.html

Última edición por itouch; 22/01/2010 a las 10:47