Ciao a tutti, vorrei sapere come fare a collegare più filmati ad una stessa pagina html su cui riprodurli. Il problema non sorgerebbe se ve ne dovessi riprodurre solo uno, ma visto che sono di più, è necessario cambiare ogni volta il source. Come posso fare?
il mio codice è
codice:<html> <head> <title>VideoFree_riproduttore</title> <style type="text/css"> h1{position:absolute; color:33CCCC; font-family:arial; font-size:35pt; font-weight:bold; left:500} <meta http-equiv="content-Type content="text/html; charset=UTF-8"/> <script type="application/javascript" src="setVideo.js"></script> </style> </head> <body onload="setHandlers()"> <center><h1>Video Free - Riproduttore</h1></center> <br><br><br><br> <hr> <hr> <table width="100%"> <tr><td style="text-align:center;"><a href="file.html">Home</a></td><td style="text-align:center;"><a href="video.html">Elenco Video</a></td><td style="text-align:center;"><form action="ricerca.php" method=GET>Cerca titolo <Input type="text" name="Titolo"></td></tr> </table> <hr> <center><embed src="........" width="500" height="350"></video></center> <hr> <table width="100%"> <tr><td style="text-align:center;"><a href="aboutUs.html">Su di noi</a></td><td style="text-align:center;"><a href="contatti.html">Contatti</a></td></tr> </table>

Rispondi quotando