Fancybox フレーム内に JW Player を埋め込んでいます。私が望んでいるのは、フレームが閉じている場合にビデオの再生/読み込みが停止することです。コード、および私が試した他のすべては、Chrome では機能しますが、IE と FF では機能しません。
私が現在持っているもの:
$('.lightbox').fancybox({
//href: jThis.attr('href'),
type: 'inline',
padding: 15,
width: 960,
height: 540,
autoSize: false,
scrolling: 'no',
enableEscapeButton: true,
afterClose: function() {$("#large-video").empty();} //This is what I've tried changing
});
つまり、「jwplayer().stop()」と「function() {jwplayer().stop()};」を試してみました。どちらも Chrome で問題なく動作しますが、ビデオは IE9 で引き続き再生されます。と FF. むしろここで途方に暮れています. 誰かが前にこれをやった?