
jwplayer
http://180.211.106.98/thebigfruit/product/boosted-oil-pulling-original/
when video is opened from fancy box popup and then when we close a fancy box popup audio is still playing continuous in safari browser.
We want to stop or pause video after close the fancy box but it doesn't work.
We used this type of method but can't success,
'onClosed' : function() {
jwplayer("cr-video-box-10402").pause();
}
'onClosed' : function() {
jwplayer("cr-video-box-10402").stop();
}
So please provide the possible solution for this.
Thanx regards,