Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/02/2010, 17:21
Avatar de TEPO
TEPO
 
Fecha de Ingreso: febrero-2010
Mensajes: 235
Antigüedad: 14 años, 2 meses
Puntos: 23
Respuesta: Mi web se ve solo en IE y Safari no en Firefox

No tengo idea de cual es tu problema, pero como veo que no has recibido ninguna respuesta, te voy a mandar el codigo de una pagina que realice yo, de la misma manera que vos, inserte un swf en un html con Dreamweber, y que se ve en todos los navegadores, comparalos y fijate si podes hacer algo al respecto, espero que te sirva.-
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>..: LA CARPINTERIA :..</title>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body bgcolor="#000000">
<center>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','955','height','600','src','../flash/bienvenida','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../flash/bienvenida' ); //end AC code
</script>
<center>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="955" height="600" align="middle">
  <param name="movie" value="../flash/bienvenida.swf" />
  <param name="quality" value="high" />
  <embed src="../flash/bienvenida.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="955" height="600"></embed>
</object>
</noscript>
</center>
</body>
</html>