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" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -