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

时间:2011-10-21 06:36:53

标签: javascript flowplayer

我遇到一个问题,即.mp4视频文件无法加载到fancybox插件中的流程播放器中。

Chrome和IE:加载的图片一直在制作圈子,但是一条消息显示mp4视频文件

Firefox:白色空白框

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

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

<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>

0 个答案:

没有答案
相关问题