Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/10/2007, 19:08
Avatar de ftabilo
ftabilo
 
Fecha de Ingreso: junio-2007
Ubicación: En el Pc
Mensajes: 139
Antigüedad: 16 años, 10 meses
Puntos: 3
Re: Ayuda web de juegos

Hola:

Puedes incluirlo en un Iframe y darle el tamaño que tu quieras.

Por ejemplo, fijate en este codigo:

Código HTML:
<html>
<head>
	<title>EJEMPLO</title>
</head>
 <body>
<center>
<br/>
<h2>Mi Sitio</h2>
	<iframe src="http://es.minijuegosgratis.com/miniswf/no_hotlink/schoolinvaders.swf" width="80%" height="80%" scrolling="auto" frameborder="0">
</iframe>
<br/>
<h2>Esta puede ser cualquier pagina de mi sitio</h2>
</center>
</body>
</html> 
Espero te sirva, saludos