如何制作iframe的“视频灯箱”视频“突破”

时间:2013-10-01 05:42:15

标签: javascript html iframe

我有一个主(父)页面index.html。我在主页面中放了一个iframe,iframe width = 535 height = 1330。我把菜单放在母版页和附件中。所有页面都显示在iframe中。我有一个由视频lightBox创建的视频库页面。如果我点击视频,它可以正常播放,但在iframe旁边。如果我将它全屏显示,它也会留在边框中。

所以我想要在主页中显示的iframe中的视频。

我的主页面代码     

我的视频库页面:

<link rel="stylesheet" href="index_videolb/videolightbox.css" type="text/css" />

<link rel="stylesheet" type="text/css" href="index_videolb/overlay-minimal.css"/>

<script src="index_videolb/jquery.js" type="text/javascript"></script>

<script src="index_videolb/swfobject.js" type="text/javascript"></script>


    <!-- End VideoLightBox.com HEAD section -->

               

<div class="videogallery">

通过VideoLightBox.com v2.4将视频流传输到网站

</div>

<script src="index_videolb/jquery.tools.min.js" type="text/javascript"></script>

<script src="index_videolb/videolightbox.js" type="text/javascript"></script>

<!-- End VideoLightBox.com BODY section --></td>
  </tr>

所以请帮我给我任何可以解决我问题的脚本或任何代码来改变。

谢谢

MAHS

1 个答案:

答案 0 :(得分:0)

尝试使用以下iframe代码:

  <iframe src="page.html" width="535" height="1130">
  <p>Your browser does not support iframes.</p>
  </iframe>

对于exp:您可以将其嵌入index.html的page.html中