Ver Mensaje Individual
  #17 (permalink)  
Antiguo 29/03/2013, 11:01
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 21 años, 6 meses
Puntos: 406
Respuesta: Previsualizar película

Si tú pones todos los elementos de la página dentro del escenario sin utilizar el archivo main y escribes éste HTML:
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es">
  3.     <head>
  4.         <title>prueba</title>
  5.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6.         <style type="text/css" media="screen">
  7.         html, body { height:100%; background-color: #000000;}
  8.         body { margin:0; padding:0; overflow:hidden; }
  9.         #flashContent { width:100%; height:100%; }
  10.         </style>
  11.     </head>
  12.     <body>
  13.         <div id="flashContent">
  14.             <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="100%" id="prueba" align="middle">
  15.                 <param name="movie" value="prueba.swf" />
  16.                 <param name="quality" value="high" />
  17.                 <param name="bgcolor" value="#000000" />
  18.                 <param name="play" value="true" />
  19.                 <param name="loop" value="true" />
  20.                 <param name="wmode" value="window" />
  21.                 <param name="scale" value="showall" />
  22.                 <param name="menu" value="true" />
  23.                 <param name="devicefont" value="false" />
  24.                 <param name="salign" value="" />
  25.                 <param name="allowScriptAccess" value="sameDomain" />
  26.                 <!--[if !IE]>-->
  27.                 <object type="application/x-shockwave-flash" data="prueba.swf" width="100%" height="100%">
  28.                     <param name="movie" value="prueba.swf" />
  29.                     <param name="quality" value="high" />
  30.                     <param name="bgcolor" value="#000000" />
  31.                     <param name="play" value="true" />
  32.                     <param name="loop" value="true" />
  33.                     <param name="wmode" value="window" />
  34.                     <param name="scale" value="showall" />
  35.                     <param name="menu" value="true" />
  36.                     <param name="devicefont" value="false" />
  37.                     <param name="salign" value="" />
  38.                     <param name="allowScriptAccess" value="sameDomain" />
  39.                 <!--<![endif]-->
  40.                     <a href="http://www.adobe.com/go/getflash">
  41.                         <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Obtener Adobe Flash Player" />
  42.                     </a>
  43.                 <!--[if !IE]>-->
  44.                 </object>
  45.                 <!--<![endif]-->
  46.             </object>
  47.         </div>
  48.     </body>
  49. </html>
Verás que se amplia en la hrozontal al tamaño del Navegador.

Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/