mp4文件无法在flowplayer fancybox插件中播放
我遇到一个问题,即 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论