mp4文件无法在flowplayer fancybox插件中播放

发布于 2024-12-11 09:39:52 字数 964 浏览 0 评论 0原文

我遇到一个问题,即 .mp4 视频文件无法加载到 fancybox 插件内的 flowplayer 中。

Chrome 和 IE:加载图像不断转圈,但一条消息显示 mp4 视频文件

Firefox:白色空白框

我的网站是:http://www.globalbest.com.hk/magazine.html

我想在fancybox flowplayer中打开第一个“观看视频链接”顶部的视频片段

<script>
$("a[class=video]").click(function() {  
  ar vf = $(this).attr("href");  
  $.fancybox('',{  
  'overlayShow'   : true,  
  'transitionIn'  : 'elastic',  
  'transitionOut' : 'elastic',  
  'titlePosition' : 'over', 
  'type' : 'swf', 
  'autoDimensions':false,  
  'centerOnScroll': true,  
  'width' : 800,  
  'height':600,  
  'onComplete' : function() {  
  $("#fancybox-content").html('').flowplayer("flowplayer/flowplayer-3.2.7.swf", {clip:{url:vf}});  
}  
});  
return false;  
});  
</script>

<a class="video" href="videos/iBone.HKSTAR.mp4" title="example title text">Watch Video</a>

I am encountering an issue that .mp4 video file can not be loaded in the flowplayer within the fancybox plugin.

Chrome and IE: the loading images keep making circle but a message shows that the mp4 video file

Firefox: white blank box

my site is: http://www.globalbest.com.hk/magazine.html

I want to open the video clips on the top of the first "watch video link" in the fancybox flowplayer

<script>
$("a[class=video]").click(function() {  
  ar vf = $(this).attr("href");  
  $.fancybox('',{  
  'overlayShow'   : true,  
  'transitionIn'  : 'elastic',  
  'transitionOut' : 'elastic',  
  'titlePosition' : 'over', 
  'type' : 'swf', 
  'autoDimensions':false,  
  'centerOnScroll': true,  
  'width' : 800,  
  'height':600,  
  'onComplete' : function() {  
  $("#fancybox-content").html('').flowplayer("flowplayer/flowplayer-3.2.7.swf", {clip:{url:vf}});  
}  
});  
return false;  
});  
</script>

<a class="video" href="videos/iBone.HKSTAR.mp4" title="example title text">Watch Video</a>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文