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