Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/07/2003, 05:45
ToKaTa
 
Fecha de Ingreso: marzo-2001
Ubicación: Gran Canaria
Mensajes: 381
Antigüedad: 23 años, 2 meses
Puntos: 2
metes tus peliculas dentro de la carpeta "peliculas" y las llamas: peli1.swf, peli2.swf, peli3.swf.....


Código:
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

<body bgcolor="#FFFFFF" text="#000000">
<script language="JavaScript1.2">

	numPeliculas = 3;

	numAleatorio = Math.random() * numPeliculas;
	numAleatorio = Math.floor(numAleatorio);		
	numAleatorio++;

	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'>");
	document.write("<param name=movie value='peliculas/peli"+numAleatorio+".swf'>");
	document.write("<embed src='peliculas/peli"+numAleatorio+".swf' quality=high  type='application/x-shockwave-flash'>");
	document.write("</embed>");
	document.write("</object>");

</script>

</body>
</html>
En numPeliculas pon el numero de pelucilas que tengas en la carpeta.



ToKaTa.
__________________

"Si pudieras volver.....¿.lo harias?"