Ver Mensaje Individual
  #8 (permalink)  
Antiguo 03/04/2007, 14:39
Geiby13
 
Fecha de Ingreso: enero-2007
Mensajes: 44
Antigüedad: 17 años, 3 meses
Puntos: 1
Re: Ayuda con un menu!!!!

Otra cosa rara, es que si pruebo los archivos swf por separado desde mi ftp tambien funcionan bien. Es solo al momento de ponerlo en el html. Mi codigo de html es:

<body aLink=#FDE600 link=#FDE600 vLink=#FDE550 leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#990000" >
<table width="700" border="0" align="center" cellpadding="0" cellspacing="0" background="fondo menu.jpg">
<tr>
<td>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="170" height="130" title="Constructora e Inmobiliria">
<param name="movie" value="menu.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="menu.swf" width="170" height="130" quality="high" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object></td>
<td> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="153" height="130" title="AgroTexin">
<param name="movie" value="menu2.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="menu2.swf" width="153" height="130" quality="high" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object></td>
<td> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="153" height="130" title="Combustibles">
<param name="movie" value="menu3.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="menu3.swf" width="153" height="130" quality="high" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object></td>
<td><script type="text/javascript" src="swfobject.js"></script>

<div align="center"id="flashcontent">
This text is replaced by the Flash movie.</div>

<script type="text/javascript">
var so = new SWFObject("texinchiki.swf", "Grupo Texin", "150", "120", "7", "#990000");
so.addParam("wmode", "transparent");
so.write("flashcontent");
</script></td>
</tr>
</table>

</body>
</html>