← UI & UX Design

[Problema] Banner Flash

Lida 1316 vezes

Offline

Miguel Dias 
Membro
Mensagens 1273 Gostos 1
Feedback +1

Troféus totais: 28
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

Boas,
É o seguinte, eu uso o plugin Adrotate no Wordpress pa gerir banner's. Introduzi o seguinte código, em flash, visto que o banner é .swf:
Código: [Seleccione]
<a href="http://videos.eurosport.com/eurosport-player/teaser.shtml">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="728" height="90" id="FlashID" title="Titulo">
  <param name="movie" value="http://dl.getdropbox.com/u/89199/728x90-POR-gen.swf" />
  <param name="quality" value="high" />
  <param name="wmode" value="opaque" />
  <param name="swfversion" value="8.0.35.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="http://dl.getdropbox.com/u/89199/728x90-POR-gen.swf" width="728" height="90">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="8.0.35.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>
</a>
Só que quando carrego abre-me uma nova tab com o link: http://www.tenisummundo.com/undefined, mas na tab original, onde estava o banner abre a página que eu queria.
Alguem sabe uma solução para não abrir esta tab?

Cumprimentos,
M.D.