我正在遇到一个问题,即:Amp4视频文档不能装在原始机箱的花.中。
Chrome和IE:装载图像保持循环,但信息显示,环斑4视频文档
联合国
我的网址是:。
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>