Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/05/2008, 17:01
otto1303
 
Fecha de Ingreso: noviembre-2006
Ubicación: Evergreen Street
Mensajes: 239
Antigüedad: 17 años, 5 meses
Puntos: 2
Respuesta: Problema de Dreamwevear y Flash

Tu código en Dreamweaver sería:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Indice Genereal</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="600" height="660">
<param name="movie" value="9indice.swf">
<param name="quality" value="high">
<embed src="9indice.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="660"></embed>
</object>
</div>
</body>
</html>

Le quité la tabla y el enlace al javascript, para qué te va a servir si solo vas a poner el flash. También ví que tu tabla solo tiene 130 y el flash es mucho mayor.
Como ves lo único que hice fue meterlo en una etiqueta div.