Visualizzazione dei risultati da 1 a 3 su 3

Discussione: swfobject multiplo

  1. #1

    swfobject multiplo

    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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>AIR Dolomiti</title>
    <script type="text/javascript" src="flashobject.js"></script>
    <style type="text/css">
    	
    	/* hide from ie on mac \*/
    	html {
    		height: 100%;
    		overflow: hidden;
    	}
    	
    	#flashcontent {
    		height: 100%;
    	}
    	/* end hide */
    
    	body {
    		height: 100%;
    		margin: 0;
    		padding: 0;
    		background-image:url(img/sf.jpg)
    	}
    
    </style>
    </head>
    
    <body>
    <div id="flashcontent">
    		You need to upgrade your Flash Player
    		This is replaced by the Flash content. 
    		Place your alternate content here and users without the Flash plugin or with 
    		Javascript turned off will see this. Content here allows you to leave out <code>noscript</code> 
    		tags. Include a link to bypass the detection if you wish.
    </div>
    <div align="center">
      <center>
      <table border="0" cellpadding="0" cellspacing="0" width="754" bgcolor="#FFFFFF" style="border: 1 solid #B5B5B5">
        <tr>
          <td colspan="3" width="753">
    	<script type="text/javascript">
    		// <![CDATA[
    		
    		var top = new FlashObject("swf/top.swf", "top", "754", "296", "8", "#FFffff");
    		//<! fo.addVariable("flashVarText", "this is passed in via FlashVars for example only");
    		top.addParam("scale", "noscale");
    		top.write("flashcontent");
    		
    		// ]]>
    	</script>
      
    	</td>
        </tr>
        <tr>
          <td width="11">[img]img/sxlatob.jpg[/img]</td>
          <td width="212">[img]img/cerca.jpg[/img]</td>
          <td width="507">
    	<script type="text/javascript">
    		// <![CDATA[
    		
    		var menu = new FlashObject("swf/menu.swf", "menu", "531", "39", "8", "#FFffff");
    		//<! fo.addVariable("flashVarText", "this is passed in via FlashVars for example only");
    		menu.addParam("scale", "noscale");
    		menu.write("flashcontent");
    		
    		// ]]>
    	</script>
    
          </td>
        </tr>
        <tr>
          <td width="10"></td>
          <td width="212">[img]img/cercaform.jpg[/img]</td>
          <td width="507">
    	  	<script type="text/javascript">
    		// <![CDATA[
    		
    		var centro = new FlashObject("swf/centro.swf", "centro", "531", "352", "8", "#FFffff");
    		//<! fo.addVariable("flashVarText", "this is passed in via FlashVars for example only");
    		centro.addParam("scale", "noscale");
    		centro.write("flashcontent");
    		
    		// ]]>
    	</script>
    	</td>
        </tr>
        <tr>
          <td colspan="3" width="753">
    <script type="text/javascript">
    		// <![CDATA[
    		
    		var footer = new FlashObject("swf/footer.swf", "footer", "754", "83", "8", "#FFffff");
    		//<! fo.addVariable("flashVarText", "this is passed in via FlashVars for example only");
    		footer.addParam("scale", "noscale");
    		footer.write("flashcontent");
    		
    		// ]]>
    	</script>
    	
          </td>
        </tr>
      </table>
      </center>
    </div>
    
    </body>
    
    </html>
    Come fare? Visualizzo solo1 degli oggetti....
    Consulenza aziendale a 360° http://www.gruppodg.it http://www.gruppodg.it/3d
    Realizzazione siti internet, Siti Flash, Ricerca Location per bar negozi , esercizi commerciali, sviluppo pratiche e allestimento

  2. #2
    Utente di HTML.it L'avatar di and80
    Registrato dal
    Mar 2003
    Messaggi
    15,182
    prova così...
    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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>AIR Dolomiti</title>
    <script type="text/javascript" src="flashobject.js"></script>
    <style type="text/css">
    	
    	/* hide from ie on mac \*/
    	html {
    		height: 100%;
    		overflow: hidden;
    	}
    	
    	#top {
    		height: 100%;
    	}
    	#menu {
    		height: 100%;
    	}
    	#centro {
    		height: 100%;
    	}
    	#footer {
    		height: 100%;
    	}
    	/* end hide */
    
    	body {
    		height: 100%;
    		margin: 0;
    		padding: 0;
    		background-image:url(img/sf.jpg)
    	}
    
    </style>
    </head>
    
    <body>
    <div id="flashcontent">
    		You need to upgrade your Flash Player
    		This is replaced by the Flash content. 
    		Place your alternate content here and users without the Flash plugin or with 
    		Javascript turned off will see this. Content here allows you to leave out <code>noscript</code> 
    		tags. Include a link to bypass the detection if you wish.
    </div>
    <div align="center">
      <center>
      <table border="0" cellpadding="0" cellspacing="0" width="754" bgcolor="#FFFFFF" style="border: 1 solid #B5B5B5">
        <tr>
          <td colspan="3" width="753">
    	<script type="text/javascript">
    		// <![CDATA[
    		
    		var top = new FlashObject("swf/top.swf", "top", "754", "296", "8", "#FFffff");
    		//<! top.addVariable("flashVarText", "this is passed in via FlashVars for example only");
    		top.addParam("scale", "noscale");
    		top.write("top");
    		
    		// ]]>
    	</script>
      
    	</td>
        </tr>
        <tr>
          <td width="11">[img]img/sxlatob.jpg[/img]</td>
          <td width="212">[img]img/cerca.jpg[/img]</td>
          <td width="507">
    	<script type="text/javascript">
    		// <![CDATA[
    		
    		var menu = new FlashObject("swf/menu.swf", "menu", "531", "39", "8", "#FFffff");
    		//<! menu.addVariable("flashVarText", "this is passed in via FlashVars for example only");
    		menu.addParam("scale", "noscale");
    		menu.write("menu");
    		
    		// ]]>
    	</script>
    
          </td>
        </tr>
        <tr>
          <td width="10"> </td>
          <td width="212">[img]img/cercaform.jpg[/img]</td>
          <td width="507">
    	  	<script type="text/javascript">
    		// <![CDATA[
    		
    		var centro = new FlashObject("swf/centro.swf", "centro", "531", "352", "8", "#FFffff");
    		//<! centro.addVariable("flashVarText", "this is passed in via FlashVars for example only");
    		centro.addParam("scale", "noscale");
    		centro.write("centro");
    		
    		// ]]>
    	</script>
    	</td>
        </tr>
        <tr>
          <td colspan="3" width="753">
    <script type="text/javascript">
    		// <![CDATA[
    		
    		var footer = new FlashObject("swf/footer.swf", "footer", "754", "83", "8", "#FFffff");
    		//<! footer.addVariable("flashVarText", "this is passed in via FlashVars for example only");
    		footer.addParam("scale", "noscale");
    		footer.write("footer");
    		
    		// ]]>
    	</script>
    	
          </td>
        </tr>
      </table>
      </center>
    </div>
    
    </body>
    
    </html>

  3. #3

    Re: swfobject multiplo

    mi rispondo solo

    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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>AIR Dolomiti</title>
    <script type="text/javascript" src="flashobject.js"></script>
    <style type="text/css">
    	
    	/* hide from ie on mac \*/
    	html {
    		height: 100%;
    		overflow: hidden;
    	}
    	
    	#flashcontent {
    		height: 100%;
    	}
    	/* end hide */
    
    	body {
    		height: 100%;
    		margin: 0;
    		padding: 0;
    		background-image:url(img/sf.jpg)
    	}
    
    </style>
    </head>
    
    <body>
    
    <div>
      <center>
      <table border="0" cellpadding="0" cellspacing="0" width="754" bgcolor="#FFFFFF" style="border: 1 solid #B5B5B5">
        <tr>
          <td colspan="3" width="753" id="flashcontent1">
    	<script type="text/javascript">
    		// <![CDATA[
    		
    		var top = new FlashObject("swf/top.swf", "top", "754", "296", "8", "#FFffff");
    		//<! fo.addVariable("flashVarText", "this is passed in via FlashVars for example only");
    		top.addParam("scale", "noscale");
    		top.write("flashcontent1");
    		
    		// ]]>
    	</script>
      
    	</td>
        </tr>
        <tr>
          <td width="11">[img]img/sxlatob.jpg[/img]</td>
          <td width="212">[img]img/cerca.jpg[/img]</td>
          <td width="507" id="flashcontent2">
    	<script type="text/javascript">
    		// <![CDATA[
    		
    		var menu = new FlashObject("swf/menu.swf", "menu", "531", "39", "8", "#FFffff");
    		//<! fo.addVariable("flashVarText", "this is passed in via FlashVars for example only");
    		menu.addParam("scale", "noscale");
    		menu.write("flashcontent2");
    		
    		// ]]>
    	</script>
    
          </td>
        </tr>
        <tr>
          <td width="10"></td>
          <td width="212">[img]img/cercaform.jpg[/img]</td>
          <td width="507" id="flashcontent3">
    	  	<script type="text/javascript">
    		// <![CDATA[
    		
    		var centro = new FlashObject("swf/centro.swf", "centro", "531", "352", "8", "#FFffff");
    		//<! fo.addVariable("flashVarText", "this is passed in via FlashVars for example only");
    		centro.addParam("scale", "noscale");
    		centro.write("flashcontent3");
    		
    		// ]]>
    	</script>
    	</td>
        </tr>
        <tr>
          <td colspan="3" width="753" id="flashcontent4">
    <script type="text/javascript">
    		// <![CDATA[
    		
    		var footer = new FlashObject("swf/footer.swf", "footer", "754", "83", "8", "#FFffff");
    		//<! fo.addVariable("flashVarText", "this is passed in via FlashVars for example only");
    		footer.addParam("scale", "noscale");
    		footer.write("flashcontent4");
    		
    		// ]]>
    	</script>
    	
          </td>
        </tr>
      </table>
      </center>
    </div>
    
    </body>
    
    </html>
    Consulenza aziendale a 360° http://www.gruppodg.it http://www.gruppodg.it/3d
    Realizzazione siti internet, Siti Flash, Ricerca Location per bar negozi , esercizi commerciali, sviluppo pratiche e allestimento

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.