Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/09/2012, 15:12
Avatar de flashmax
flashmax
 
Fecha de Ingreso: julio-2012
Ubicación: Bs.As. Argentina
Mensajes: 507
Antigüedad: 12 años, 4 meses
Puntos: 86
Respuesta: Contenedor de vídeos

Cita:
Iniciado por el_tigre Ver Mensaje
Si, amigo, esa parte ya lo tengo, lo que no logro es mostrar el vídeo en el contenedor, no sé como está programado eso.....creo que es Ajax con Query......pero no logro ver nada de programación.....sólo veo un código "#vid1" ......tienes alguna idea ...donde programa eso ¿?
estas aquí: <script type="text/javascript" src="js/videos.js"></script>


videos.js
Código:
//lista de videos
var video = [];
video[1] = '<iframe width="620" height="330" src="http://www.youtube.com/embed/SLMgKWcDmP8" frameborder="0" allowfullscreen></iframe>';
video[2] = '<iframe width="620" height="330" src="http://www.youtube.com/embed/_AGRtN5vHII" frameborder="0" allowfullscreen></iframe>';
video[3] = '<iframe width="620" height="330" src="http://www.youtube.com/embed/yNCE6fjGIis" frameborder="0" allowfullscreen></iframe>';
video[4] = '<iframe width="620" height="330" src="http://www.youtube.com/embed/WbjmZHYcGEE" frameborder="0" allowfullscreen></iframe>';
video[5] = '<iframe width="620" height="330" src="http://www.youtube.com/embed/9FfnOVsTwRo" frameborder="0" allowfullscreen></iframe>';
video[6] = '<iframe width="620" height="330" src="http://www.youtube.com/embed/jfQu4cs9NyU" frameborder="0" allowfullscreen></iframe>';
video[7] = '<iframe width="620" height="330" src="http://www.youtube.com/embed/MptXkYwE3z8" frameborder="0" allowfullscreen></iframe>';