Trasparenza di un file.SWF non visualizzabile nel browser

  • Creatore Discussione Creatore Discussione tobias
  • Data di inizio Data di inizio

tobias

Nuovo Utente
16 Mar 2011
3
0
0
Salve a tutti io avrei un problema che ci stò sbattendo parecchio la testa,
avrei bisogno di inserire una barra di navigazione creata su flash, inserita in una pagina HTML

Dreamweaver crea un codice, inserendo un swf, composto da 2 object che ora vi mostrerò:
Codice HTML:

HTML:
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="270">
  <param name="movie" value="flash/header900.swf" />
  <param name="quality" value="high" />
  <param name="wmode" value="transparent" />
  <param name="swfversion" value="6.0.65.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="flash/header900.swf" width="900" height="270">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <param name="swfversion" value="6.0.65.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>
allora, ciò che devo fare è creare una trasparenza del background, perche il mio oggetto flash non è uniforme, navigando sul web ho scoperto che oltre ad aggiungere al "param" wmode=transparent lo devo aggiungere nel "embed" in questo modo:
Codice HTML:

HTML:
<embed
             src="flash/header900.swf"
             quality="high"
             wmode="transparent" p
             pluginspage="http://www.adobe.com/go/getflash"
             type="application/x-shockwave-flash"
             width="900"
             height="270">
       </embed>

dove e come lo inserisco?
io ho provato ad inserirlo dentro il primo object ma quando lo visualizzo nel browser, ad esempio firefox, mi crea un doppio flash, e così proprio non và...

ringrazio anticipatamente tutti
 

Discussioni simili