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

    [mx 04] html con mozilla ,no +autodetect+

    ciao a tutti,

    ho modificato il mio codice html (affichè funzionasse anche con Mozzilla) creato da flash in questa maniera quindi ho dovuto togliere l'autodetect che mi aveva creato lui..

    vorrei sapere cosa poter inserire in questo codice per fargli fare l'autodetecte di flash all'avvio del filmato

    e cioè della mia index

    codice:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    	<title>titolo.it</title>
    	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    	<meta name="robots" content="ALL">
    
    	<style type="text/css">
    		html, body {
    			width: 100%;
    			height: 100%;
    			margin: 0px;
    		}
    		table {
    			width: 100%;
    			height: 100%;
    		}
    		
    	</style>
    </head>
    <body>
    
    	<table align="center" cellpadding="0" cellspacing="0">
    		<tr>
    			<td align="center" valign="middle">
    
    	            <object type="application/x-shockwave-flash" data="index.swf" width="100%" height="100%">
    				  <param name="movie" value="index.swf">
    				  <param name="menu" value="false">
                    </object>
    
    			</td>
    		</tr>
    </table>
    
    </body>
    </html>

    questo invece è il vecchio codice che mi ha creato flash prima che io c mettessi mano..

    codice:
    <!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" xml:lang="it" lang="it">
    <head>
    <meta http-equiv="refresh" content="3;url=index_alternate.html" />
    <title>index</title>
    </head>
    <body>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="80" height="80">
    <param name="movie" value="flash_detection.swf?flashContentURL=index_content.html&altContentURL=index_alternate.html&contentVersion=7&contentMajorRevision=0&contentMinorRevision=0&allowFlashAutoInstall=false" />
    <param name="quality" value="low" />
    <embed src="flash_detection.swf?flashContentURL=index_content.html&altContentURL=index_alternate.html&contentVersion=7&contentMajorRevision=0&contentMinorRevision=0&allowFlashAutoInstall=false" quality="low" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="80" height="80" /></object>
    </body>
    </html>
    è inutile dire però lo dico che flash mi ha anche creato due file
    che fanno l'autodetect e che inviamo informazioni per l'eventuale non presenza del flash player.

    Grazie anticipatamente a quanto vorranno prestarmi soccorso grazie


  2. #2
    up

    nessuno lo sa?

  3. #3

  4. #4
    Ho provato in questa maniera inserendo l'autodetect...

    ma ho il problema che adesso in mozzilla firefox il filmato si vede in dimensioni minuscole

    codice:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    	<title>titolo.it</title>
    	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    	<meta name="robots" content="ALL">
    
    	<style type="text/css">
    		html, body {
    			width: 100%;
    			height: 100%;
    			margin: 0px;
    		}
    		table {
    			width: 100%;
    			height: 100%;
    		}
    		
    	</style>
    </head>
    <body>
    
    	<table align="center" cellpadding="0" cellspacing="0">
    		<tr>
    			<td align="center" valign="middle">
    
    	            <object type="application/x-shockwave-flash" data="index.swf" width="100%" height="100%">
    				  <param name="movie" value="index.swf">
    				  <param name="menu" value="false">
                    </object>
    
    			</td>
    		</tr>
    </table>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="80" height="80">
    <param name="movie" value="flash_detection.swf?flashContentURL=index_content.html&altContentURL=index_alternate.html&contentVersion=7&contentMajorRevision=0&contentMinorRevision=0&allowFlashAutoInstall=false" />
    <param name="quality" value="low" />
    <embed src="flash_detection.swf?flashContentURL=index_content.html&altContentURL=index_alternate.html&contentVersion=7&contentMajorRevision=0&contentMinorRevision=0&allowFlashAutoInstall=false" quality="low" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="80" height="80" /></object>
    
    </body>
    </html>
    Qualche suggerimento?

    Grazie

  5. #5
    ho risolto così


    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>titolo</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="robots" content="ALL">

    <style type="text/css">
    html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    }
    table {
    width: 100%;
    height: 100%;
    }

    </style>
    </head>
    <body>
    <script language=Javascript src=flash-detect.js>
    </script>
    <script language=Javascript src=flash-detect-alert.js>
    </script>
    <table align="center" cellpadding="0" cellspacing="0">
    <tr>
    <td align="center" valign="middle">

    <object type="application/x-shockwave-flash" data="index.swf" width="100%" height="100%">
    <param name="movie" value="index.swf">
    <param name="menu" value="false">
    </object>

    </td>
    </tr>
    </table>

    </body>
    </html>

    e copiando i due file javascript nella cartella del mio filmato

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 © 2025 vBulletin Solutions, Inc. All rights reserved.