Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/09/2007, 17:41
Avatar de Undying
Undying
 
Fecha de Ingreso: julio-2006
Ubicación: Argentina
Mensajes: 389
Antigüedad: 17 años, 10 meses
Puntos: 6
Re: Problema para ver shockwave en IE7

<!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>Documento sin t&iacute;tulo</title>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<table width="200" border="1" align="center">
<tr>
<td><script type="text/javascript">
AC_SW_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0','width','400','height','30 0','src','../sources/presentacion','pluginspage','http://www.macromedia.com/shockwave/download/' ); //end AC code
</script><noscript><object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="400" height="300">
<param name="src" value="../sources/presentacion.swf" />
<embed src="../sources/presentacion.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="400" height="300"></embed>
</object></noscript></td>
</tr>
</table>
</body>
</html>





Este es el código, lo inserte de manera normal Insertar>media>shockwave

sin el Jactivating ni el SWFObject, es decir limpio


Se me crea una carpeta llamada Script dentro del cual esta un archivo javascript llamado AC_RunActiveContent.js

Última edición por Undying; 27/09/2007 a las 17:52