I currently have:
<object width="613px" height="386px" type="application/x-shockwave-flash" data="http://www.youtube.com/v/YwZn-lUy1lo?version=3&hl=en_US&rel=0" type="video/mp4" src="video/url"><param name="movie" value="http://www.youtube.com/v/YwZn-lUy1lo?version=3&hl=en_US&rel=0"></object>
This sits the video on top of the slideshow (xfade.js).
I had:
<video width="613px" height="386px" poster="http://www.aarcoenvironmental.com/images/contractor.jpg" alt="environmental contractor video" preload="auto" controls><source src="http://www.youtube.com/v/YwZn-lUy1lo?version=3&hl=en_US&rel=0" type="video/mp4" src="video/url"></video>
This also just sits on top of the slideshow.
Is there a way to incorporate an image for this this video into the slideshow and if clicked it replaces the image and plays the youtube video in the frame?