Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/11/2007, 09:11
rafa28
 
Fecha de Ingreso: julio-2002
Mensajes: 195
Antigüedad: 21 años, 9 meses
Puntos: 0
No se reproduce el flash

Tengo una página html con un flash, y en mi localhost funciona sin problema, pero en cuanto la subo al servidor se carga la página pero no se reproduce el flash. ¿Por qué puede ser?
Antes funcionaba sin problemas, pero estuve trasteando para quietar el dichoso cartelito de "haga click para activar este control" y ahora no hay manera. Os pongo el código completo del html a ver si veis algo raro:

<!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>Observatorio de Mercado del Juguete AIJU</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
scroll: no;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','900','heigh t','675','src','inicio','quality','high','pluginsp age','http://www.macromedia.com/go/getflashplayer','movie','inicio' ); //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="900" height="675">
<param name="movie" value="inicio.swf" />
<param name="quality" value="high" />
<embed src="inicio.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="675"></embed>
</object></noscript>
</body>

</html>
__________________
EL conocimiento es la base del poder