Fancybox2 で提案された jwplayerに、ローカルのさまざまな種類のオーディオ ファイルにJWPlayer 6 を使用して同じグループの画像とビデオで提案されたプレビュー画像を追加しようとしています。私(提案された方法は私にとってうまくいきます、ありがとう)
<a class="fancybox" rel="group" title="Video 1" data-fancybox-type="anything" containertype="video" href="1.mp3" myphoto="1.jpg">
と
afterShow: function(){ if($(this.element).attr('containertype')=='video'){ jwplayer("video_container").setup({ flashplayer: "jwplayer.flash.swf", file: this.href, image: this, myphoto, autostart: 'true' }); // jwplayer setup }; }// afterShow }); // fancybox ...