![]() |
|
Bienvenido a Foros 3DPoder.. Usted esta viendo este foro como invitado, no esta registrado todavía, lo que limita su visión del foro. Si quiere unirse gratis a la mayor comunidad del diseño gráfico de habla hispana, tener acceso a publicar y responder mensajes, tener mensajes privados con otros miembros(PM), responder encuestas, publicar sus imágenes para que las vea el resto del mundo, tener acceso a los video_tutoriales, y muchas cosas más, no lo dude. Registrarse es rápido, simple y gratuito, agregate hoy a la mayor comunidad 3D de habla hispana! ! Si usted tiene algún problema con su registro, por favor , díganoslo aquí.
|
![]() |
|
|||||||
|
|
#1 |
|
Miembro Nuevo
Fecha de Ingreso: julio-2007
Mensajes: 1
|
HOLA, TENGO UN PROBLEMILLA CON LA BARRA DE DESPLAZAMIENTO VERTICAL EN UNA PAGINA HECHA EN FLASH:
LA WEB ESTA HECHA EN FLASH, PERO SI LA ABRES (EN INTERNET) EN UNA PANTALLA DE 1280 x 1024 SE VE BIEN (ES DECIR COMPLETA DESDE LA CABEZA HASTA ABAJO), PERO SI LA ABRES EN UNA PANORAMICA SE "DESAPARECE" LA PARTE DE ABAJO SIN POSIBILIDAD DE DESPLAZAR LA BARRA (en realidad no aparece nunca), tengo el archivo index.php , supongo que ahi es el problema. si lo pongo en una 1280 x 1024 se ve perfecta, en la portatil 1280 x 800 se queda estatica y solo se ve la parte de arriba, si se cierra el explorador (cambia el tamaño) tampoco aparece la barra, siempre se ve la parte de arriba, y mientras vas reduciendo el tamaño va quedandose inaccesible la parte de abajo. PONGO EL ARCHIVO index.php PARA QUE VEAN EL CODIGO: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>PAGINA NUEVA 1</title> </head> <body bgcolor="#111111" style="padding:0px; margin:0px"> <!-- saved from url=(0013)about:internet --> <div id="main"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" style="height:100%" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="main.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#111111" /><embed src="main.swf" quality="high" bgcolor="#111111" width="100%" style="height:100%" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </div> <script> if (screen.height<750) { document.getElementById('main').style.height=800; } </script> </body> </html> LES AGRADEZCO CUALQUIER AYUDA. UN SALUDO LAZARO Última edición por cubarcelona fecha: 17 jul 2007 a las 23:16. |
|
|
|
| Enlaces patrocinados |
|
|
#2 |
|
AZ Dream
|
No se si ya lo habrás solucionado, pero bueno
Mira a ver si te vale: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>PAGINA NUEVA 1</title> <style type="text/css"> <!-- .main { text-align: center; vertical-align: middle; height: 100%; width: 100%; } --> </style> </head> <body bgcolor="#111111" style="padding:0px; margin:0px"> <!-- saved from url=(0013)about:internet --> <div class="main" id="main"> <div align="center"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" style="height:100%" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="main.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#111111" /> <embed src="main.swf" quality="high" bgcolor="#111111" width="100%" style="height:100%" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </div> </div> <script> if (screen.height<750) { document.getElementById('main').style.height=800; } </script> </body> </html> De todas formas yo usaría html en vez de php a no ser que vayas a hacer conexiones con una base de datos mysql, que es para lo que principalmente está definida este lenguaje PHP. Otra cosa que quería preguntarte, en el portátil que es? MAC o PC? Lo ves en IE, firefox o Safari? Porque muchas veces Safari da problemas, pero con flash no suele. De todas formas mira a ver si el código que te he puesto te vale. Antes de que se me olvide, porqué le pones al SWF width="100%" para que ocupe toda la pantalla y se ajuste a otras resoluciones? Lo malo que tiene eso es que algunas imágenes se ven mal en otras resoluciones, yo lo dejaría estático, le quitaría width="100%" En cambio si prefieres hacer que se ajuste cambia: codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" style="height:100%" align="middle"> por codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" align="middle"> así amplias al 100% realmente tanto ancho como alto. Espero te valga. Un saludo. |
|
|
|
![]() |
| Usuarios activos actualmente viendo este tema: 1 (0 miembros y 1 visitantes) | |
| Herramientas | |
|
|
Temas Similares
|
||||
| Tema | Autor | Foro | Respuestas | Último mensaje |
| Una misma barra de tareas en 2 monitores | Gauguin | Peticiones y Búsquedas | 4 | 13 dic 2006 04:53 |
| problemas con vrayspawner | all | Problemas con Programas | 3 | 16 ago 2006 16:04 |
| Intel reconoce 34 problemas en sus procesadores"Dual-Core" | Boolean | Hardware | 9 | 26 ene 2006 15:34 |
| Problemas con Vray, como siempre | Sr. Floppy | Render, Iluminación y Cámaras | 18 | 18 jun 2005 13:58 |
| Problemas con el Max...posteriores a la instalación | Drakkhen | FAQ General y Normas | 0 | 08 jun 2002 12:33 |
|
|