Any word on the status of fullscreen support. I've been hacking away at the flashVideo and can't seem to get it working. This feature shouldn't be this hard to get working. Thanks for the great module!!!

Comments

travist’s picture

An even better solution...

Check out what I have done with my plugin for the FlashVideo module called VideoReel. It will allow for full-screen mode, and also allows for your users to move the video around on their screen. Check it out.

Thanks,

Travis.

zemote’s picture

Very nice, a bit weird if you maximize & the window is not at the top. The page scrolls down and the video is cut off until you scroll the page down. I like the idea of moving the video windows but i think I would still want straight up maximize and fill up the whole screen and get rid of the maximize inside the browser.

bibo’s picture

Actually Flash fullscreen video is easy to implement, here's one way to do it with this module:

In short:
change the outputted parameters wmode="transparent" to "window" (or opaque) and add the parameter allowfullscreen="true".

That's it. You'll get "native" flash fullscreen (at least if you have the latest flash-version), just by pressing the normal fullscreen button in for example Jeroen's player, so there's no need for javascript-tricks or anything.

http://drupal.org/node/144945

travist’s picture

Status: Active » Closed (fixed)