Visualizzazione dei risultati da 1 a 3 su 3

Discussione: sito in php

  1. #1

    sito in php

    Ciao volevo sapere se c'e' qualcuno che mi puo creare due pagine una che carica delle foto in una cartella edel sito e l'altra che carica dei video in un altra cartella e che me li visualizza nel sito, grazie

    ho provato a farlo io, solo che ogni volta devo fare copia e incolla del codice
    sia per le foto che dei video e devo dave ogni volta un nome alle foto

    www.antonioamato.eu

    mi sarebbe piaciuto qualcosa tipo metto la foto e il video in una cartella con qualsiasi nome e me le visualizzasse

  2. #2
    Puoi mostrarci il codice da te utilizzato?

  3. #3
    questa e la pagina dove vengono visualizzati i video
    codice:
    
      <body>
    
    <p id="player2">installa il plugin Flash Player per vedere i video.</p>
    <script type="text/javascript">
    	var s2 = new SWFObject("flvplayer.swf","playlist","450","412","10");
    	s2.addParam("allowfullscreen","true");
    	s2.addVariable("file","playlist.xml");
    	s2.addVariable("displayheight","300");
    	s2.addVariable("backcolor","0x000000");
    	s2.addVariable("frontcolor","0xCCCCCC");
    	s2.addVariable("lightcolor","0x557722");
    	s2.write("player2");
    </script></div></td>
    			    
    
    			      
    
      
    
    			      The Metamorphosis Design : 2008 </p>
    			<p class="date">[img]images/comment.gif[/img] Video(6) [img]images/timeicon.gif[/img] 21.02.</p>
    	
    			<h4>In costruzione </h4>
    			
    
    			
    
    in costruzione </p>
    			<p class="date">[img]images/comment.gif[/img] Visite(38) [img]images/timeicon.gif[/img]</p>		
    	</div>
    	<div id="left">		
    			<h3>MENU</h3>
    			<ul>
    				<li class="m1"><ul>
    					[*]Vivamus id arcu
    					[*]Duis congue ultricies
    					[*]Purus in mollis purus
    					[*]Orci nonummy fringilla
    					[*]Pellentesque at lorem
    					[*]Enim vivamus convallis
    					[*]Ipsum vitae felis
    					[*]Integer facilisis
    					[*]Sagittis Bibendum Erat
    					[/list]
    			  
    			[/list]
    
    			<h3>NEWS</h3>
    			
    
    			<ul>
    			[*]
    				  <h4>June 2, 2008</h4>
    				  
    
     Duis tempor posuere diam. Suspendisse vel tellus quis nunc malesuada porta. …</p>
    				[*]
    				  <h4>June 12, 2008</h4>
    				  
    
    Tempus Duis tempor posuere diam. Suspendisse vel tellus quis nunc malesuada porta. …</p>
    				[*]
    				  <h4>June 23, 2008</h4>
    				  
    
    Tempus in, lacus. Duis tempor uspendisse vel tellus quis nunc malesuada porta. …</p>	  
    				[/list]	
    						
    	</div>
    	<div style="clear: both"></div>
    
    
    <!--
    			//
    			//	From Metamorphosis Design team:
    			//
    		
    			We request you retain the full copyright notice below including the link to www.metamorphozis.com.
    			This not only gives respect to the large amount of time given freely by the developers
    			but also helps build interest, traffic and use of our free and paid designs. If you cannot (for good
    			reason) retain the full copyright we request you at least leave in place the
    			Website Templates line, with Website Templates  linked to www.metamorphozis.com. If you refuse
    			to include even this then support may be affected.
    		
    			You are allowed to use this design only if you agree to the following conditions:
    			- You cannot remove copyright notice from this design without our permission.
    			- You cannot use images from this design anywhere else without permission.
    			- If you modify this design it still should contain copyright because it is based on our work.
    		
    			For support visit http://www.metamorphozis.com/contact/index_contact2.php
    		
    			The Metamorphosis Design : 2008
    		
    		// -->
    
    	</div>
    
    <div id="footer">
    
    
    Copyright &copy; 2008. Privacy Policy | Terms of Use | <abbr title="eXtensible HyperText Markup Language">XHTML</abbr> | <abbr title="Cascading Style Sheets">CSS</abbr></p> 
    	
    
    Design by Free Web Page Templates, coded by Free Flash Templates
    		</p>
    	</div>
    </div>
    </div>
    
    </body>

    e questo e l xml



    codice:
    <?xml version="1.0" encoding="utf-8"?>
    <playlist version="1" xmlns="http://xspf.org/ns/0/">
    	<trackList>
    
    		<track>
    			<title>1 video</title>
    			<creator>Video Aereo</creator>
    			<location>http://www.antonioamato.eu/video/aereo.flv</location>
    			<info>http://www.isolajava.com/</info>
    		</track>
    
    		<track>
    			<title>2 video</title>
    			<creator>Percorso</creator>
    			<location>http://www.antonioamato.eu/video/percorso.flv</location>
    		</track>
    
    		<track>
    			<title>3 video </title>
    			<creator>Pianeta</creator>
    			<location>http://www.antonioamato.eu/video/g.flv</location>
    		</track>
    		
            <track>
    			<title>4 video </title>
    			<creator>Visuale dal alto</creator>
    			<location>http://www.antonioamato.eu/video/Visuale dal alto.flv</location>
    		</track>
    		
    
    	</trackList>
    </playlist>


    e questo XML e per le foto


    codice:
    
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <images>
        <pic>
            <image>gallery/1.jpg</image>
            <thumbnail>piccole/1.jpg</thumbnail>
            <caption>1</caption>
        </pic>
        <pic>
            <image>gallery/2.jpg</image>
            <thumbnail>piccole/2.jpg</thumbnail>
            <caption>2</caption>
        </pic>    
        <pic>
            <image>gallery/3.jpg</image>
            <thumbnail>piccole/3.jpg</thumbnail>
            <caption>3</caption>
        </pic>   
        <pic>
            <image>gallery/4.jpg</image>
            <thumbnail>piccole/4.jpg</thumbnail>
            <caption>4</caption>
        </pic>     
        <pic>
            <image>gallery/5.jpg</image>
            <thumbnail>piccole/5.jpg</thumbnail>
            <caption>5</caption>
        </pic>     
        <pic>
            <image>gallery/6.jpg</image>
            <thumbnail>piccole/6.jpg</thumbnail>
            <caption>6</caption>
        </pic>     
        <pic>
            <image>gallery/7.jpg</image>
            <thumbnail>piccole/7.jpg</thumbnail>
            <caption>7</caption>
        </pic>   
        <pic>
            <image>gallery/8.jpg</image>
            <thumbnail>piccole/8.jpg</thumbnail>
            <caption>8</caption>
        </pic>   
        <pic>
            <image>gallery/9.jpg</image>
            <thumbnail>piccole/9.jpg</thumbnail>
            <caption>9</caption>
        </pic>   
        <pic>
            <image>gallery/10.jpg</image>
            <thumbnail>piccole/10.jpg</thumbnail>
            <caption>10</caption>
        </pic>       
        <pic>
            <image>gallery/11.jpg</image>
            <thumbnail>piccole/11.jpg</thumbnail>
            <caption>11</caption>
        </pic> 
        <pic>
            <image>gallery/12.jpg</image>
            <thumbnail>piccole/12.jpg</thumbnail>
            <caption>12</caption>
        </pic>     
        <pic>
            <image>gallery/13.jpg</image>
            <thumbnail>piccole/13.jpg</thumbnail>
            <caption>13</caption>
        </pic>
        <pic>
            <image>gallery/14.jpg</image>
            <thumbnail>piccole/14.jpg</thumbnail>
            <caption>14</caption>
        </pic> 
        <pic>
            <image>gallery/15.jpg</image>
            <thumbnail>piccole/15.jpg</thumbnail>
            <caption>15</caption>
        </pic> 
    	    <pic>
            <image>gallery/16.jpg</image>
            <thumbnail>piccole/16.jpg</thumbnail>
            <caption>16</caption>
        </pic> 
    	<pic>
            <image>gallery/17.jpg</image>
            <thumbnail>piccole/17.jpg</thumbnail>
            <caption>17</caption>
        </pic> 
    	<pic>
            <image>gallery/18.jpg</image>
            <thumbnail>piccole/18.jpg</thumbnail>
            <caption>18</caption>
        </pic> 
    	<pic>
            <image>gallery/19.jpg</image>
            <thumbnail>piccole/19.jpg</thumbnail>
            <caption>19</caption>
        </pic> 
    	<pic>
            <image>gallery/20.jpg</image>
            <thumbnail>piccole/20.jpg</thumbnail>
            <caption>20</caption>
        </pic> 
    	<pic>
            <image>gallery/21.jpg</image>
            <thumbnail>piccole/21.jpg</thumbnail>
            <caption>21</caption>
        </pic> 
    	<pic>
            <image>gallery/22.jpg</image>
            <thumbnail>piccole/22.jpg</thumbnail>
            <caption>22</caption>
        </pic> 
    	<pic>
            <image>gallery/23.jpg</image>
            <thumbnail>piccole/23.jpg</thumbnail>
            <caption>23</caption>
        </pic> 
    	<pic>
            <image>gallery/24.jpg</image>
            <thumbnail>piccole/24.jpg</thumbnail>
            <caption>24</caption>
        </pic> 
    	<pic>
            <image>gallery/25.jpg</image>
            <thumbnail>piccole/25.jpg</thumbnail>
            <caption>25</caption>
        </pic> 
    	<pic>
            <image>gallery/26.jpg</image>
            <thumbnail>piccole/26.jpg</thumbnail>
            <caption>26</caption>
        </pic> 
    	<pic>
            <image>gallery/27.jpg</image>
            <thumbnail>piccole/27.jpg</thumbnail>
            <caption>27</caption>
        </pic> 
    </images>

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.