![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
07/07/2004, 07:35
|
| | Fecha de Ingreso: junio-2004
Mensajes: 9
Antigüedad: 20 años, 7 meses Puntos: 0 | |
Espero te sirva Ya solo tienes que hacer una pagina con un flash, en este caso la llame 'flash_intro.html'
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<SCRIPT LANGUAGE="JavaScript">
<!--
function nobuttons()
{
mainWindow = window.open('flash_intro.html','mainWindow','menub ar=no,resizable=no,width=1014,height=738,left=0,to p=0,titlebar=yes,alwaysraised=yes,status=no,scroll bars=no')
window.self.close
}
//-->
</SCRIPT>
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html> |