0
내 Flexslider 슬라이더의 슬라이드 1에 vimeo 비디오가 포함되어 있으며 Chrome 및 Safari에서는 괜찮은 비디오를 재생할 수 있지만 Firefox에서는 재생할 수 없습니다. 동영상 iframe이로드되어 동영상을 클릭하여 재생할 수 없습니다.Flexslider - Firefox가 Vimeo 비디오를 재생하지 않습니다.
$(".flexslider").flexslider({
animation: "slide", animationLoop: true,
controlNav: true, directionNav: false, smoothHeight: true,
slideshowSpeed: 7000, animationSpeed: 700, easing: 'easeOutQuint',
before: function(slider){
$f($('#carousel-video')[0]).api('pause');
}
});
: 여기
<iframe id="carousel-video" src="http://player.vimeo.com/video/68824907?api=1&player_id=carousel-video" style="margin: 83px 0 0 25px; position: absolute;" width="415" height="233" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
내 Flexslider 호출 스크립트입니다 : 여기
슬라이드 1의
<li>...</li>
섹션 중 하나에 내 iframe이 있습니다 (I 데모에 대한 68,824,907으로 동영상 ID를 대체) 그것은 문제가 섹션 "애니메이션 :"flexslider 호출에 대한 슬라이드 ""것 같다, 내가 그것을 제거하면 Vimeo 비디오를 잘 재생할 수 있기 때문에,하지만 그 라인 슬라이더가 이동하지 않고있다. 누구든지 나를 도울 수 있습니까?