1. ¡OFERTA! con cupón "DIRVPS": hosting por $0,01 y también VPS Linux y Windows por $0,01 el primer mes por Interserver ← publi
    Descartar aviso
Descartar aviso
Al usar este sitio web, aceptas que nosotros y nuestros socios podamos establecer cookies para fines tales como personalizar el contenido y la publicidad. Más información.

Mozilla me muestra un desagradable marco en un Fla

Tema en 'Imagen Digital y Video' iniciado por sergiodefenders, 7 Sep 2009.

  1. sergiodefenders

    sergiodefenders Nuevo usuario

    Hice una galeria de videos, todo bien, pero al hacer click sobre cualquier icono del video o el video en si, me muestra un marco plomo que rodea el Flash, saben como quitarlo?, esto solo sucede con Mozilla, ya que en IE no hay problema. Aca dejo el Link para que vean a lo que me refiero y una captura, POR FAVOR, intenten verlo con el Mozilla y ojala me puedan ayudar.

    Gracias.

    Link:

    <a href="http://www.marketweb.cl/sergio/Sitio_Carcamo/producciones_audiovisuales.htm" target="_blank">http://www.marketweb.cl/sergio/Sitio_Carca...diovisuales.htm</a>

    Captura:

    <a href="http://img514.imageshack.us/img514/3517/marcoy.jpg" target="_blank">http://img514.imageshack.us/img514/3517/marcoy.jpg</a>
     
  2.  
  3. jbymadol

    jbymadol Nuevo usuario

    Prueba en CSS con outline:none.

    Un saludo
     
  4. sergiodefenders

    sergiodefenders Nuevo usuario

    <!--quoteo(post=385884:date=Sep 8 2009, 03:13 PM:name=jbymadol)--><div class='quotetop'>CITA(jbymadol @ Sep 8 2009, 03:13 PM) [snapback]385884[/snapback]</div><div class='quotemain'><!--quotec-->
    Prueba en CSS con outline:none.

    Un saludo
    <!--QuoteEnd--></div><!--QuoteEEnd-->

    Esa orden se la debo dar al Flash, al body, o a que?. Podrias ser mas explicito por favor?...

    Gracias amigo. B)
     
  5. jbymadol

    jbymadol Nuevo usuario

    Esa propiedad la tienes que poner en el archivo CSS.

    Imaginemos que el div que contiene el flash se llame flash1 (que original ¿verdad?), entonces seria:

    #flash1 {
    height: 300px;
    widht: 300px;
    outline: none;
    }

    Con eso deberia de bastar y si no es asi sube el codigo para ver que pueda ser.

    Un saludo.
     
  6. sergiodefenders

    sergiodefenders Nuevo usuario

    <!--quoteo(post=386433:date=Sep 14 2009, 03:43 PM:name=jbymadol)--><div class='quotetop'>CITA(jbymadol @ Sep 14 2009, 03:43 PM) [snapback]386433[/snapback]</div><div class='quotemain'><!--quotec-->
    Esa propiedad la tienes que poner en el archivo CSS.

    Imaginemos que el div que contiene el flash se llame flash1 (que original ¿verdad?), entonces seria:

    #flash1 {
    height: 300px;
    widht: 300px;
    outline: none;
    }

    Con eso deberia de bastar y si no es asi sube el codigo para ver que pueda ser.

    Un saludo.
    <!--QuoteEnd--></div><!--QuoteEEnd-->

    Maestro, el problema es que estoy trabajando en un sitio creado por otro diseñador, el cual maquetó mediante tablas e imagens transparentes. no esta construido con capas Div como es la forma en que yo trabajo. Intenté darle el estilo (outline: none;) a la tabla pero no hay caso. Tambien me tien un pco intrigado un etiqueta "ID Flash"que aparece junto al SWF cuando lo incorporo al DREamweaver, puede ser eso?, hace poco que estoy trabajando con estas veriones CSS4y CSS3 del Dreamweaver y Flash respectivamente y puede que alli haya algo que desconozco. De todas maneras subo el codigo para que le heches un vistazo y ojala puedas ayudarme. Gracias de todas maneras...


    CODIGO:



    <head>
    <title>Magickavisión :: Imágen y Movimiento ::: Eventos</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style type="text/css">
    td img {display: block;}body {
    margin-left: 0px;
    margin-top: 0px;
    }
    table {
    margin: auto;
    border: 1px solid #CCCCCC;

    }
    h1,h2,h3,h4,h5,h6 {
    font-family: Arial, Helvetica, sans-serif;
    }
    h1 {
    font-size: 14px;
    color: #666;
    }

    </style>
    <!--Fireworks CS3 Dreamweaver CS3 target. Created Wed Apr 09 09:54:38 GMT-0400 2008-->
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>

    <script type="text/javascript">

    <!--
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc;
    }
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
    }

    function MM_findObj(n, d) { //v4.01
    var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
    if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
    if(!x && d.getElementById) x=d.getElementById(n); return x;
    }

    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
    if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    }
    //-->
    </script>
    </head>
    <body bgcolor="#ffffff" onload="MM_preloadImages('img/galeria_r3_c10b.jpg','img/galeria_r6_c8b.jpg','img/galeria_r7_c8b.jpg','img/galeria_r8_c8b.jpg','img/galeria_r10_c6b.jpg','img/galeria_r12_c9b.jpg','img/videos_r18_c12b_r1_c1.jpg','img/videos_r18_c12b_r2_c1.jpg')">
    <table border="0" cellpadding="0" cellspacing="0" width="900">
    <!-- fwtable fwsrc="galeria.png" fwpage="Page 1" fwbase="galeria.jpg" fwstyle="Dreamweaver" fwdocid = "1361673333" fwnested="0" -->
    <tr>
    <td><img src="img/spacer.gif" width="29" height="1" border="0" alt="" /></td>
    <td><img src="img/spacer.gif" width="223" height="1" border="0" alt="" /></td>
    <td><img src="img/spacer.gif" width="332" height="1" border="0" alt="" /></td>
    <td><img src="img/spacer.gif" width="120" height="1" border="0" alt="" /></td>
    <td><img src="img/spacer.gif" width="42" height="1" border="0" alt="" /></td>
    <td><img src="img/spacer.gif" width="26" height="1" border="0" alt="" /></td>
    <td><img src="img/spacer.gif" width="3" height="1" border="0" alt="" /></td>
    <td><img src="img/spacer.gif" width="9" height="1" border="0" alt="" /></td>
    <td><img src="img/spacer.gif" width="23" height="1" border="0" alt="" /></td>
    <td><img src="img/spacer.gif" width="46" height="1" border="0" alt="" /></td>
    <td><img src="img/spacer.gif" width="2" height="1" border="0" alt="" /></td>
    <td><img src="img/spacer.gif" width="1" height="1" border="0" alt="" /></td>
    <td><img src="img/spacer.gif" width="44" height="1" border="0" alt="" /></td>
    <td><img src="img/spacer.gif" width="1" height="1" border="0" alt="" /></td>
    </tr>

    <tr>
    <td colspan="13"><img name="galeria_r1_c1" src="img/galeria_r1_c1.jpg" width="900" height="19" border="0" id="galeria_r1_c1" alt="" /></td>
    <td><img src="img/spacer.gif" width="1" height="19" border="0" alt="" /></td>
    </tr>
    <tr>
    <td rowspan="14"><img name="galeria_r2_c1" src="img/galeria_r2_c1.jpg" width="29" height="581" border="0" id="galeria_r2_c1" alt="" /></td>
    <td colspan="3" rowspan="13" align="right" valign="bottom"><object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="500" height="450">
    <param name="movie" value="galeria_video.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="9.0.45.0" />
    <!-- Esta etiqueta param indica a los usuarios de Flash Player 6.0 r65 o posterior que descarguen la versión más reciente de Flash Player. Elimínela si no desea que los usuarios vean el mensaje. -->
    <param name="expressinstall" value="Scripts/expressInstall.swf" />
    <!-- La siguiente etiqueta object es para navegadores distintos de IE. Ocúltela a IE mediante IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="galeria_video.swf" width="500" height="450">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="9.0.45.0" />
    <param name="expressinstall" value="Scripts/expressInstall.swf" />
    <!-- El navegador muestra el siguiente contenido alternativo para usuarios con Flash Player 6.0 o versiones anteriores. -->
    <div>
    <h4>El contenido de esta página requiere una versión más reciente de Adobe Flash Player.</h4>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Obtener Adobe Flash Player" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object></td>
    <td colspan="9"><img name="galeria_r2_c5" src="img/galeria_r2_c5.jpg" width="196" height="141" border="0" id="galeria_r2_c5" alt="" /></td>
    <td><img src="img/spacer.gif" width="1" height="141" border="0" alt="" /></td>
    </tr>
    <tr>
    <td rowspan="2" colspan="5"><img name="galeria_r3_c5" src="img/galeria_r3_c5.jpg" width="103" height="32" border="0" id="galeria_r3_c5" alt="" /></td>
    <td><a href="index.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image55','','img/galeria_r3_c10b.jpg',1)"><img src="img/galeria_r3_c10.jpg" name="Image55" width="46" height="15" border="0" id="Image55" /></a></td>
    <td rowspan="2" colspan="3"><img name="galeria_r3_c11" src="img/galeria_r3_c11.jpg" width="47" height="32" border="0" id="galeria_r3_c11" alt="" /></td>
    <td><img src="img/spacer.gif" width="1" height="15" border="0" alt="" /></td>
    </tr>
    <tr>
    <td><img name="galeria_r4_c10" src="img/galeria_r4_c10.jpg" width="46" height="17" border="0" id="galeria_r4_c10" alt="" /></td>
    <td><img src="img/spacer.gif" width="1" height="17" border="0" alt="" /></td>
    </tr>
    <tr>
    <td rowspan="4" colspan="3"><img name="galeria_r5_c5" src="img/galeria_r5_c5.jpg" width="71" height="68" border="0" id="galeria_r5_c5" alt="" /></td>
    <td colspan="4"><img name="galeria_r5_c8" src="img/galeria_r5_c8.jpg" width="80" height="21" border="0" id="galeria_r5_c8" alt="" /></td>
    <td rowspan="5" colspan="2"><img name="galeria_r5_c12" src="img/galeria_r5_c12.jpg" width="45" height="85" border="0" id="galeria_r5_c12" alt="" /></td>
    <td><img src="img/spacer.gif" width="1" height="21" border="0" alt="" /></td>
    </tr>
    <tr>
    <td colspan="4"><a href="galeriam1.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image56','','img/galeria_r6_c8b.jpg',1)"><img src="img/galeria_r6_c8.jpg" name="Image56" width="80" height="16" border="0" id="Image56" /></a></td>
    <td><img src="img/spacer.gif" width="1" height="16" border="0" alt="" /></td>
    </tr>
    <tr>
    <td colspan="4"><a href="publicidad.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image57','','img/galeria_r7_c8b.jpg',1)"><img src="img/galeria_r7_c8.jpg" name="Image57" width="80" height="17" border="0" id="Image57" /></a></td>
    <td><img src="img/spacer.gif" width="1" height="17" border="0" alt="" /></td>
    </tr>
    <tr>
    <td colspan="4"><a href="eventos.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image58','','img/galeria_r8_c8b.jpg',1)"><img src="img/galeria_r8_c8.jpg" name="Image58" width="80" height="14" border="0" id="Image58" /></a></td>
    <td><img src="img/spacer.gif" width="1" height="14" border="0" alt="" /></td>
    </tr>
    <tr>
    <td colspan="2"><img name="galeria_r9_c5" src="img/galeria_r9_c5.jpg" width="68" height="17" border="0" id="galeria_r9_c5" alt="" /></td>
    <td colspan="5"><img name="galeria_r9_c7" src="img/galeria_r9_c7.jpg" width="83" height="17" border="0" id="galeria_r9_c7" alt="" /></td>
    <td><img src="img/spacer.gif" width="1" height="17" border="0" alt="" /></td>
    </tr>
    <tr>
    <td rowspan="4"><img name="galeria_r10_c5" src="img/galeria_r10_c5.jpg" width="42" height="69" border="0" id="galeria_r10_c5" alt="" /></td>
    <td colspan="6"><a href="producciones_audiovisuales.htm" target="_self" onmouseover="MM_swapImage('Image59','','img/galeria_r10_c6b.jpg',1)" onmouseout="MM_swapImgRestore()"><img src="img/galeria_r10_c6.jpg" name="Image59" width="109" height="35" border="0" id="Image59" /></a></td>
    <td rowspan="4" colspan="2"><img name="galeria_r10_c12" src="img/galeria_r10_c12.jpg" width="45" height="69" border="0" id="galeria_r10_c12" alt="" /></td>
    <td><img src="img/spacer.gif" width="1" height="35" border="0" alt="" /></td>
    </tr>
    <tr>
    <td colspan="6"><img name="galeria_r11_c6" src="img/galeria_r11_c6.jpg" width="109" height="12" border="0" id="galeria_r11_c6" alt="" /></td>
    <td><img src="img/spacer.gif" width="1" height="12" border="0" alt="" /></td>
    </tr>
    <tr>
    <td rowspan="2" colspan="3"><img name="galeria_r12_c6" src="img/galeria_r12_c6.jpg" width="38" height="22" border="0" id="galeria_r12_c6" alt="" /></td>
    <td colspan="3"><a href="clientes.htm" target="_self" onmouseover="MM_swapImage('Image60','','img/galeria_r12_c9b.jpg',1)" onmouseout="MM_swapImgRestore()"><img src="img/galeria_r12_c9.jpg" name="Image60" width="71" height="17" border="0" id="Image60" /></a></td>
    <td><img src="img/spacer.gif" width="1" height="17" border="0" alt="" /></td>
    </tr>
    <tr>
    <td colspan="3"><img name="galeria_r13_c9" src="img/galeria_r13_c9.jpg" width="71" height="5" border="0" id="galeria_r13_c9" alt="" /></td>
    <td><img src="img/spacer.gif" width="1" height="5" border="0" alt="" /></td>
    </tr>
    <tr>
    <td colspan="9"><a href="links_de_interes.htm" target="_self" onmouseover="MM_swapImage('links','','img/videos_r18_c12b_r1_c1.jpg',1)" onmouseout="MM_swapImgRestore()"><img src="img/videos_r18_c12_r1_c1.jpg" name="links" width="196" height="33" border="0" id="links" /></a><a href="contacto.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('contacto','','img/videos_r18_c12b_r2_c1.jpg',1)"><img src="img/videos_r18_c12_r2_c1.jpg" name="contacto" width="196" height="135" border="0" id="contacto" /></a></td>
    <td><img src="img/spacer.gif" width="1" height="168" border="0" alt="" /></td>
    </tr>
    <tr>
    <td><img src="img/slogan3.jpg" width="223" height="86" /></td>
    <td><img name="galeria_r15_c3" src="img/galeria_r15_c3.jpg" width="332" height="86" border="0" id="galeria_r15_c3" alt="" /></td>
    <td colspan="10"><img src="img/logo_nuevo_contacto.jpg" width="316" height="86" /></td>
    <td><img src="img/spacer.gif" width="1" height="86" border="0" alt="" /></td>
    </tr>
    </table>
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>



    Gracias de nuevo :)
     
  7. jbymadol

    jbymadol Nuevo usuario

    ok solo pon como estilo:

    object {
    outline:none;
    }

    Yo lo probe y funciona a la perfeccion pero si no es asi da un toque.

    Un saludo.
     
  8. sergiodefenders

    sergiodefenders Nuevo usuario

    jbymadol te debo un grande man, funcionó a la perfeccion. Si vienes a Santiago un dia de estos, te invito una ricas cercevas heladitas, por ahora me queda solo decirte muchas gracias.
     
  9. jbymadol

    jbymadol Nuevo usuario

    De nada hombre. Me alegro haberte podido ayudar.

    Un saludo.
     


Alojamiento web, Hosting Reseller, Servidores Dedicados - All in Hosting


    
    
    
    
Blog · Sitios amigos: GuiaHosting · Unidominios · Interalta ·