Hola foreros, alguien podría ayudarme cómo hacer este contenedor de Vídeos...ver aquí
He intentado copiar la parte del código de los vídeos + el CSS y el JS y no me funciona....
Saludos
| ||||
Contenedor de vídeos Hola foreros, alguien podría ayudarme cómo hacer este contenedor de Vídeos...ver aquí He intentado copiar la parte del código de los vídeos + el CSS y el JS y no me funciona.... Saludos |
| ||||
Respuesta: Contenedor de vídeos 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 ¿? |
| ||||
Respuesta: Contenedor de vídeos Cita: 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>'; |
Etiquetas: |