jquery - Youtube audio Continues to play after closing Prettyphoto -


i have problem in ie8 & 9 audio of youtube video continues run after clicking on close button of prettyphoto pop up. not occur in other browsers.

i'm using prettyphoto version 3.1.3 (downgraded 3.1.5, due other prettyphoto bugs)

you can test yourselve @ www.zomerkriebels.nl en click on blue atermovie button

$.prettyphoto.close = function(){

        $('#nonprettyphotoiframeid').attr('src','');      if($pp_overlay.is(":animated")) return;      $.prettyphoto.stopslideshow();          $('#pp_full_res iframe').attr('src', $('#pp_full_res iframe').attr('src'));      $pp_pic_holder.stop().find('object,embed').css('visibility','hidden'); 

edit , work charm...


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -