Page 1 of 1

Making VLC WebPlugin Windowless

Posted: 11 May 2010 13:07
by ramilito
As the title suggest, is there a way to make the vlc-plugin behave as a windowless plugin?

What im after is transparency and a sort of alpha layer functionality using the vlc mozilla plugin embeded in an <div> possibly running over other movies played by the plugin at the same time.

for information about windowless plugin visit:
https://developer.mozilla.org/en/Gecko_ ... s_Plug-ins

z-index: wont work with the plugin nor the transparency function.

Any help would be awsome!
Thx in advance.


Regards
Rami

Re: Making VLC WebPlugin Windowless

Posted: 02 Jul 2010 04:06
by CesarBQ
<style type="text/css">
<!--
body {background:color; border: 0; margin: 0; padding: 0;overflow: hidden }
-->
</style>

TRY TO INSERT THIS ON THE HEAD OF YOUR PAGE

Re: Making VLC WebPlugin Windowless

Posted: 09 Aug 2010 14:08
by ramilito
The rendering does not answer to browser level commands, does anyone know of a way to make VLC run on browser level instead of OS-level?
In that case this option and some other eg. z-index could be used.

Re: Making VLC WebPlugin Windowless

Posted: 05 Jul 2012 14:56
by RSATom
https://code.google.com/p/fbvlc/

work started recently, so functionality is very limited...