I found a good plugin for creating a lightbox video effect. My only issue with using this is that I cannot get the video to autoplay when it pops up in the lightbox. I have to click the video again to get it to play. I have tried adding autoplay = "true", autoplay = "1" to the code, but that has not worked.
Does anyone have any advice on how I can get this video to autoplay when it pops up in the lightbox?
I used the Fancybox for WordPress plugin (http://wordpress.org/extend/plugins/fancybox-for-wordpress/ ). Here is the code.
[SHORT CODE FOR EMBEDDING WP VIDEO XXXXXXXX]
<div style="display:none" id="testube">
<object width="320" height="270">
<param name="movie" value="FILE URL"></param>
<param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param>
<embed src="http://s0.videopress.com/player.swf?v=1.03" type="application/x-shockwave-flash" width="300" height="250" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=XXXXXXXX&isDynamicSeeking=true" title=""></embed>
</object>
</div>