如何从导航菜单链接开始播放视频?

时间:2015-10-14 00:09:36

标签: html video youtube

想要链接到视频库页面(testimonials .html)并触发图书馆中某个视频的开始播放。

图书馆中有12个视频 - 使用#named anchor只会转到页面而不是我标记的特定视频。然后必须单击播放按钮。这可以设置为从导航链接触发播放吗?

以下是testimonials.html页面中视频的示例:

<!-- video seven -->
    <div class="box three">
    <!-- portfolio title-->
    <h6><a href="http://www.youtube.com/watch?v=5BtsQ35VukQ" title="Hearing Healthcare for Parents &amp; Children">Hearing Healthcare<br />
    for Parents &amp; Children</a></h6>
    <!-- portfolio image for images -->
    <a href="http://www.youtube.com/watch?v=5BtsQ35VukQ" title="Hearing Healthcare for Parents &amp; Children" rel="prettyPhoto[portfolio]" class="imgeffect play"><iframe width="320" height="240" src="http://www.youtube.com/embed/CWPV5sJQMRk?rel=0" frameborder="0"></iframe> </a>
    <p>
    <!-- text-->
    Hearing Healthcare for Parents &amp; Children <a href="http://www.youtube.com/watch?v=5BtsQ35VukQ" title="Patients Recommend Dr. Martinetti">read more</a>
    </p>
    </div>
    <!-- end/video seven -->

0 个答案:

没有答案