Posted by wernerglinka on June 29, 2011 at 8:27pm
I am using the emfield to display YouTube videos on a site. I have selected "Use the HTML5 player instead of the Flash-based". The videos are displaying fine but it looks like all URL parameters of the embed video string are ignored. My embed video strings looks like this:
<iframe allowfullscreen="" frameborder="0" height="200" src="http://www.youtube.com/embed/Ezfr0is45RE?modestbranding=1&autohide=1&controls=0&showinfo=0&wmode=opaque" width="300"></iframe>
I like the video controls only be visible on hover. Does anybody have an idea how I'd get emfield to use the parameters that are provided in the string?
Comments
a second issue
The fact that the URL parameters are ignored also causes a drop down menu to slide behind the videos . I'd need to set wmode=opaque to have that fixed...