Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/05/2011, 04:12
YoLO10
 
Fecha de Ingreso: agosto-2010
Ubicación: Actualmente en Bilbao-España
Mensajes: 35
Antigüedad: 13 años, 7 meses
Puntos: 0
como lograr rotar un video

Hola a todos
Bueno creo que el titulo no esta bien especificado pero eh pensado buen rato en como preguntarlo en pocas palabras y no me salia :P

Tengo un problema en un pequeño codigo, mi pagina en la portada muestra un video de youtube

el code completo es este
Código HTML:
<table id="welcome-page" class="clearfix content-box " border="0">
<thead>
<tr>
<th style="padding:15px;text-align:left;" colspan="3">Bienvenid@ a KannUP!</th>
</tr>
</thead>
<tbody>
<tr>
<td class="six content-box">
<table id="welcome-left" border="0">
<tbody>
<tr>
<td width="10"><br /></td>
<td><iframe width="425" height="349" src="http://www.youtube.com/embed/Hh4lIFw0WCg" frameborder="0" allowfullscreen></iframe>
<p>KannUP!, Primera Red Social Privada Paisa! <a herf="http://kannup.com/signup" targed=Unete /a> </p>
</td>
<td width="10"><br /></td>
</tr>
</tbody>
</table>
</td>
<td width="10"><br /></td>
<td class="six content-box">
<table border="0">
<thead>
<tr>
<th width="10"> <br /></th> <th>Aun no eres miembro?, unete Ahora...</th> <th width="10"> <br /></th>
</tr>
</thead>
<tbody>
<tr>
<td width="10"><br /></td>
<td style="width: 400px;">
<table id="welcome-list" border="0">
<tbody>
<tr>
<td style="padding: 10px 10px 5px 5px;" width="24"><img src="http://static.kannup.com/icons/24/28.png" border="0" alt="" width="24" height="24" /></td>
<td style="vertical-align: middle;">Crea un perfil</td>
</tr>
<tr>
<td style="padding: 10px 10px 5px 5px;" width="24"><img src="http://static.kannup.com/icons/24/50.png" border="0" alt="" width="24" height="24" /></td>
<td style="vertical-align: middle;">Crea Grupos y eventos</td>
</tr>
<tr>
<td style="padding: 10px 10px 5px 5px;" width="24"><img src="http://static.kannup.com/icons/24/104.png" border="0" alt="" width="24" height="24" /></td>
<td style="vertical-align: middle;">No te pierdas ni una, enterate de la actividad de tus amigos.</td>
</tr>
<tr>
<td style="padding: 10px 10px 5px 5px;" width="24"><img src="http://static.kannup.com/icons/24/97.png" border="0" alt="" width="24" height="24" /></td>
<td style="vertical-align: middle;">KannUP! te trae las videollamadas entre amigos, ahora tienes mas funciones que nunca.</td>
</tr>
<tr>
<td style="padding: 10px 10px 5px 5px;" width="24"><img src="http://static.kannup.com/icons/24/90.png" border="0" alt="" width="24" height="24" /></td>
<td style="vertical-align: middle;">Sube tu musica y videos propios y compartelo todo</td>
</tr>
<tr>
<td style="padding: 10px 10px 5px 5px;" width="24"><img src="http://static.kannup.com/icons/24/73.png" border="0" alt="" width="24" height="24" /></td>
<td style="vertical-align: middle;">Crea Notas, Expresate y opina sobre lo mas nuevo en Colombia</td>
</tr>
<tr class="button">
<td style="text-align: center;" colspan="2">
<div class="buttons" style="font-size: 18px; padding: 15px 10px; margin-left: 10px;"><a title="Click here to Sign Up Now!" href="http://kannup.com/signup">Click Aqui! Para Crearte un KannUP!</a></div>
</td>
</tr>
</tbody>
</table>
</td>
<td width="10"><br /></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table> 
me gustaria que cada vez que se ingrese a la pagina o se recarge la portada, salga un video diferente, que rote a otro video :/, seria de gran ayuda si me pueden colaborar con ello ;)
el video es un iframe, <iframe width="425" height="349" src="http://www.youtube.com/embed/Hh4lIFw0WCg" frameborder="0" allowfullscreen></iframe>

De antemano Muchas Gracias ;)