• User

    Non vedo il swf in html

    Ciao a tutti, sono in difficolta'. Come editor html uso Frontpage e quando edito il file swf non lo vedo, per cui se dovessi inserire delle griglie in html non saprei orientarmi. E' per caso un problema di Frontpage? Mi conviene cambiare editor?
    Con Dreamweaver mi facilito la cosa?
    Prima usavo Flash 8 e sull' editor vedevo le dimensioni del swf mentre con CS3 no.
    E' chiaro che non ritornero' piu' al Flash 9.

    Grazie della pasienza:ciauz:


  • User Attivo

    Ciao paluzzo,
    puoi provare in questo modo:

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="840" height="346" id="FlashID" title="default">
        <param name="movie" value="default.swf" />
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="9.0.45.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="default.swf" width="840" height="346">
          <!--<![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" />
          <!-- 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>
    

    Ciao:ciauz:


  • User Attivo

    Tutto quel codice lì è inutile, leggi questa guida: ***


  • User Attivo

    Sposto nella sezione adatta.


  • Super User

    Ciao paluzzo non so come crea l'embeded frontpage, ma ti assicuro che con Dreamweaver non avrai nessun problema di visualizzazione.