销毁jPlayer实例

时间:2013-07-21 19:56:08

标签: javascript jquery jquery-plugins

我想在这里完成的是在点击#exit_button时销毁这个jPlayer实例。我尝试了很多解决方案,但似乎都没有。

这是我在我的网络项目中使用的媒体播放器。 http://www.codebasehero.com/files/music-player-1.0.1/demo/

$(document).ready(function(){

//same voice diff flow
$('#enter_button1').click(function(){$('#photoline_overlay1').slideDown('9000');
    $('#enter_button1').hide();

         var description = 'Lorem ipsum';

   $('#photoline_overlay1').ttwMusicPlayer(myPlaylist, {
            autoPlay:false, 
            description:description,
            jPlayer:{
                swfPath:'js/jquery-jplayer', //You need to override the default swf path any time the directory structure changes


            }
        });

});


$('#exit_button1').click(function(){$('#photoline_overlay1').slideUp('9000');
    $('#enter_button1').show();
            $("#jquery_jplayer").jPlayer( "destroy" );

});

1 个答案:

答案 0 :(得分:2)

请尝试此操作,这可能会有所帮助http://www.jplayer.org/latest/developer-guide/#jPlayer-destroy