jQuery cycle question

jQuery cycle question

Is it possible to use cycle to create a slideshow of youtube videos, so that when the user clicks play on a video the slideshow stops, and when the user clicks the next button the current video stops and the appropriate slide is shown?  I've had no problem using cycle with images and text, but the youtube videos just embed stacked under the slide show.  Here's the html:

<div id="slideshow">
            <div id="nav"></div><!--pager navigation-->
            <a href=""><img src="" /></a>
            <a href=""><img src="" /></a>    ---->These images slideshow perfectly.
            <a href=""><img src="" /></a>
            <div><object width="640" height="385"><embed src="" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></div>
            <a href=""><img src="" /></a>
</div>

Thanks in advance.