Visualizzazione dei risultati da 1 a 2 su 2
  1. #1

    z index con sfondo flash

    salve a tutti, spero che e' la sezione adata

    seguendo questo tutorial ,

    http://arco-globale.blogspot.com/200...-elemento.html


    anche se le mie nozioni sugli script sono pari a 0 sono riuscito a far funzionare il tutto

    l'ho messo online temporaneo su questo sito

    graficamente fa abbastanza schifo sono solo test

    http://www.bluemarinesrl.it/test/test.html

    lo sfondo sotto appare dopo qualche secondo e oltre un mega.. per fare un test non ho badato alla grandezza

    ora vi chiedo, mi sapete indicare dove devo mettere il parametro per bloccare lo sfondo e fare in modo che il testo html ci scorra sopra?

    nel css? se si dove?

    o nell html? se si dove?

    vi posto i codici dei 2 file


    html

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>

    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <style type="text/css" media="all">
    <!--
    @import url("test.css");
    -->
    </style>
    </head>

    <body>

    <div id="container">
    <div id="background">
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1563','heig ht','900','align','top','src','Movie1','quality',' high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmod e','transparent','position','absolute','movie','Mo vie1' ); //end AC code
    </script>
    <noscript>
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1563" height="900" align="top">
    <param name="movie" value="Movie1.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <embed src="Movie1.swf" width="1563" height="900" align="top" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent" position="absolute"></embed>
    </object>
    </noscript>
    </div>
    <div id="content">


    Add here the html content</p>
    <p align="center">Add here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add heAdd here the html content</p>


    Add he</p>
    </div>
    </div>
    </body>
    </html>



    css codice


    #container{
    height: 400px;
    width: 500px;
    position: relative;
    wmode: trasparent;
    }
    #background{
    z-index: 1;
    position: absolute;
    width: 425px;
    height: 359px;
    left: 87px;
    top: -75px;
    }
    #content{
    z-index: 2;
    position: relative;
    }


    grazie mille in anticipo.. spero sia una cosa facilissima da fare

  2. #2
    nessuno che riesce ad aiutarmi?

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.