YouTube embedded player parameters and emfield

Events happening in the community are now at Drupal community events on www.drupal.org.
wernerglinka's picture

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&amp;autohide=1&amp;controls=0&amp;showinfo=0&amp;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

wernerglinka's picture

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...