Jump to content
Fórum Script Brasil
  • 0

Arredondar cantos de swf


Carlos Rocha

Question

Pessoal.

Gostaria de arredondar os cantos de um swf para, pelos menos, os browser ie, firefox e chrome.

Estou fazendo assim:

border-radius:10px;
           -moz-border-radius: 10px;
           -webkit-border-radius: 10px;

Dessa forma, só o ie esta arredondando.

Onde estou errando?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

CSS:

#flash_fotos_muriae{
           background-image:url(../../img/fundo_site.jpg);
           background-repeat:repeat-x;
           width:486px;
           height:240px;
           padding:5px;
           border-radius:10px;
           -moz-border-radius: 10px;
           -webkit-border-radius: 10px;
           border: 2px solid #95A9B3;
           margin-left:500px;
           text-align:center;
       }
          #FlashID{
               border-radius:10px;
             -moz-border-radius: 10px;
             -webkit-border-radius: 10px;
          }
HTML:
<div id="flash_fotos_muriae">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="480" height="240" id="FlashID" title="Fotos de Muriaé">
    <param name="movie" value="img/muriae.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="11.0.0.0" />
    <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
    <param name="expressinstall" value="Scripts/expressInstall.swf" />
    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="img/muriae.swf" width="480" height="240">
      <!--<![endif]-->
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="11.0.0.0" />
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
      <div>
        <h4>Content on this page requires a newer version of 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="Get Adobe Flash player" width="112" height="33" /></a></p>
      </div>
      <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
  </object>
  </div>

Outra coisa estranha que esta acontecendo é que, inversamente a esse caso, o carregando não esta aparecendo as cores da fonte no ie. Mas no Firefox e no Chrome estão.

Dá uma olhada:

http://www.dinamicaimoveis.com.br/novo

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...