Cita:
Iniciado por vicenttur Hola, yo utilizo este codigo para insertar las peliculas swf, y de momento me funciona en Internet "exploter" Chrome Firefox Safari
tendras que cambiar el nombre del archivo swf y las medidas.
<!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>Documento sin título</title>
</head>
<body>
<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="285" height="250">
<param name="movie" value="pelicula_flash.swf" />
<param name="quality" value="high" />
<embed src="pelicula_flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="285" height="250"></embed>
</object>
</body>
</html>
Hola, gracias por la información, pero no me sale :(