Example code for reference...

<iframe class="media-youtube-player" width="640" height="390" frameborder="0" allowfullscreen="" src="http://www.youtube.com/embed/SHw25WmsPfY?autohide=2&amp;controls=1&amp;fs=0" title="SHw25WmsPfY">

This iframe, if you just make your self a quick and dirty HTML file, will make sure the control bar for the youtube video stays 'up' on screen. So that it doesn't slide down and hide when watching the video.

If I take that embed code, and paste it in to the media "web" modal to select a video to use on a node, it ignores the CONTROLS=1 flag in the iframe embed code, and any videos on the site do not have the control bar "up" for the video. They continue to close after a few seconds, as per normal.

How do I tell the videos to keep the control bar "up". Is there a configuration screen somewhere? Or... a patch?

Thanks!