Hello,
The problem is, when I play at the same times slideshow and overlay containing an .flv, the video play slow. So i need to stop the slideshow.
It's what I'm doing with :
But now I need to play the slideshow again when I close the overlay with the close button from the overlay (class="close")
So I try something like that but it doesn't work :
What's wrong... how sould I do ?!
Thanks
The problem is, when I play at the same times slideshow and overlay containing an .flv, the video play slow. So i need to stop the slideshow.
It's what I'm doing with :
<a rel="#mies1" id="bouton_video" onClick='$(".slidetabs").data("slideshow").stop();'></a>
But now I need to play the slideshow again when I close the overlay with the close button from the overlay (class="close")
So I try something like that but it doesn't work :
$(".close").click(function(){$(".slidetabs").data("slideshow").play();});
What's wrong... how sould I do ?!
Thanks
