felinox14 Posted April 10, 2011 Report Share Posted April 10, 2011 (edited) bueno chicos es simple lo que pasa que tengo un codigo html que les dejare a continuacion pero lo que resulta es que tengo un problema con resolucion de pantalla quiero que se me vea centrada ya que en algunas configuraciones de pantallas se ve bien pero en otras como por ej 1360x778 se me ve pegado ala izquierda y pekeña entonces queria saver si me puede echar una manito de gato <object width="1000" height="648" type="application/x-shockwave-flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10.0.0"><param name="allowFullScreen" value="true" /><param name="allowNetworking" value="all" /> <param name="allowScriptAccess" value="always" /><param name="base" value="http://static.wix.com/" /><param name="movie" value="http://static.wix.com/client/app.swf" /><param name="quality" value="high" /><param name="FlashVars" value="pageId=qf3e2P7Ou8Y-a&embedFormat=websites&embedID=VJwfsNU9fpLMNjrJu99iaRJGVtrlvfpRULG;i;m8i8k3tVk8IyAferv6q4QlnSIKa&partner_id=WMGs4POB1ko-a" /><param name="scale" value="noScale" /><param name="salign" value="tl" /><embed src="http://static.wix.com/client/app.swf" quality="high" allownetworking="all" allowscriptaccess="always" allowfullscreen="true" flashvars="pageId=qf3e2P7Ou8Y-a&embedFormat=websites&embedID=VJwfsNU9fpLMNjrJu99iaRJGVtrlvfpRULG;i;m8i8k3tVk8IyAferv6q4QlnSIKa&partner_id=WMGs4POB1ko-a" type="application/x-shockwave-flash" width="1024" height="648" base="http://static.wix.com/" scale="noscale" salign="tl"></embed></object> <a href=""><b>.</b></a> de antemano muchas gracias (Y) :banana: PD: por sierto este codigo lo pege en un fracmento de codigo html en publisher para lograr tener el index.html pero no me sale centrado Edited April 10, 2011 by felinox14 Link to comment Share on other sites More sharing options...
AndresNTM Posted April 10, 2011 Report Share Posted April 10, 2011 (edited) Aplicale un <center> antes del primer <object y cierra el </center> despues del ultimo </object>.... Edited April 10, 2011 by AndresNTM Link to comment Share on other sites More sharing options...
felinox14 Posted April 10, 2011 Author Report Share Posted April 10, 2011 waaaah no aun sigue pegado al lado izquierdo no se centraa waah gracias igual de todas maneras (Y) Link to comment Share on other sites More sharing options...
cañangasñangas Posted April 10, 2011 Report Share Posted April 10, 2011 (edited) estas ocupando mal la sintaxis object tiene tag de cerradura por lo que no puedes ocupar /> en el tag object dejalo asi <object style="align:center;" width="1000" height="648" type="application/x-shockwave-flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10.0.0"><param name="allowFullScreen" value="true" /><param name="allowNetworking" value="all"> <param name="allowScriptAccess" value="always" /> <param name="base" value="http://static.wix.com/" /> <param name="movie" value="http://static.wix.com/client/app.swf" /> <param name="quality" value="high" /> <param name="FlashVars" value="pageId=qf3e2P7Ou8Y-a&embedFormat=websites&embedID=VJwfsNU9fpLMNjrJu99iaRJGVtrlvfpRULG;i;m8i8k3tVk8IyAferv6q4QlnSIKa&partner_id=WMGs4POB1ko-a" /> <param name="scale" value="noScale" /> <param name="salign" value="tl" /> <embed src="http://static.wix.com/client/app.swf" quality="high" allownetworking="all" allowscriptaccess="always" allowfullscreen="true" flashvars="pageId=qf3e2P7Ou8Y-a&embedFormat=websites&embedID=VJwfsNU9fpLMNjrJu99iaRJGVtrlvfpRULG;i;m8i8k3tVk8IyAferv6q4QlnSIKa&partner_id=WMGs4POB1ko-a" type="application/x-shockwave-flash" width="1024" height="648" base="http://static.wix.com/" scale="noscale" salign="tl"></embed> </object> <a href=""><b>.</b></a> a ver como anda Edited April 10, 2011 by cañangasñangas Link to comment Share on other sites More sharing options...
felinox14 Posted April 10, 2011 Author Report Share Posted April 10, 2011 (edited) de verdad compadre te estoy demaciado agradecido por tu ayuda pero mira ahora te muestro lo que quiero lograr mira copie el codigo que me dejaste y lo pege en un fracmento de codigo html en el publisher http://img708.imageshack.us/i/19824083.jpg/ puse vista de pagina web en una resolucion de 1024x778 http://img17.imageshack.us/i/newyz.jpg/ y se me ve muy bien la pagina web pero al cambiar de resolucion de pantalla la pagina me queda de este tamaño http://img192.imageshack.us/i/43814680.jpg/ http://img402.imageshack.us/i/69795284.jpg/ y lo que quiero hacer es que me quedara en el centro sin inportar la resolucion de pantaña ya que todos los que visitan la pagina web no tienen la misma resolucion de pantalla la idea es que a todo se nos vea centrada y continuo diciéndote muchas gracias compadre (Y) Edited April 10, 2011 by felinox14 Link to comment Share on other sites More sharing options...
cañangasñangas Posted April 10, 2011 Report Share Posted April 10, 2011 prueba poniendolo en un div giganton <div style="width:7000px; align:center;"> <object width="1000" height="648" type="application/x-shockwave-flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10.0.0"> <param name="allowFullScreen" value="true" /> <param name="allowNetworking" value="all"/> <param name="allowScriptAccess" value="always" /> <param name="base" value="http://static.wix.com/" /> <param name="movie" value="http://static.wix.com/client/app.swf" /> <param name="quality" value="high" /> <param name="FlashVars" value="pageId=qf3e2P7Ou8Y-a&embedFormat=websites&embedID=VJwfsNU9fpLMNjrJu99iaRJGVtrlvfpRULG;i;m8i8k3tVk8IyAferv6q4QlnSIKa&partner_id=WMGs4POB1ko-a" /> <param name="scale" value="noScale" /> <param name="salign" value="tl" /> <embed src="http://static.wix.com/client/app.swf" quality="high" allownetworking="all" allowscriptaccess="always" allowfullscreen="true" flashvars="pageId=qf3e2P7Ou8Y-a&embedFormat=websites&embedID=VJwfsNU9fpLMNjrJu99iaRJGVtrlvfpRULG;i;m8i8k3tVk8IyAferv6q4QlnSIKa&partner_id=WMGs4POB1ko-a" type="application/x-shockwave-flash" width="1024" height="648" base="http://static.wix.com/" scale="noscale" salign="tl"></embed> </object> <a href=""><b>.</b></a> </div> Link to comment Share on other sites More sharing options...
felinox14 Posted April 11, 2011 Author Report Share Posted April 11, 2011 waaaah pagina qla weon no aun no pasa nada voy a ver con otro programa que no sea publisher aver si funciona igual muchas gracias compadre (Y) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now