Código HTML :
<html> <head> <title>mi web</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript"> window.parent.moveTo(0,0) window.parent.resizeTo(screen.availWidth, screen.availHeight) function resizeWin(newLoc, newWidth, newHeight) { newWin = open("mi_pelicula.html",newLoc,"scrollbars=no,toolbar=no,menubar=no,resizable=no,status=no,height=" + newHeight + ",width=" + newWidth) } function get360(newLoc, newWidth, newHeight) {newWin = open("360.html",newLoc,"left=0,top=0,scrollbars=no,toolbar=no,menubar=no,resizable=no,status=no,height=" + newHeight + ",width=" + newWidth) } function resizeEps(newLoc, newWidth, newHeight) { newWin = open("eps/mi_pelicula.html",newLoc,"scrollbars=no,toolbar=no,menubar=no,resizable=no,status=no,height="+newHeight+",width="+newWidth) } // --> </script> </head> <body bgcolor="#00A7DE" text="#00A7DE" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="100%" border="0" height="100%" align="center" bgcolor="#00A7DE" cellpadding="0" cellspacing="0"> <td align="center" valign="middle"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="970" height="700" align="middle" vspace="0" hspace="0"> <param name=movie value="mi_pelicula.swf"> <param name=quality value=high> <PARAM NAME=play VALUE=true> <param name="BGCOLOR" value="#00A7DE"> <embed src="mi_pelicula.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="970" height="700" align="middle" bgcolor="#00A7DE" vspace="0" hspace="0"> </embed> </object></td> </table> </body> </html>
--------------
Podéis ayudarme?
*Nota de BOFH: favor usar etiquetas de código para postear código