Page 1 of 1

fullscreen with activex

Posted: 10 Feb 2006 02:38
by matrix
Does fullscreen work with activex plugin for everybody?

I have tried with several installation from different mirror sites in different machines. All functions work except fullscreen.

Any hint or suggestion for me how to fix it?

Thanks.

Posted: 09 Apr 2006 10:05
by Trucki
Hi,
I tried VLCPlugin1.FullScreen; with Delphi 7 and it doesn't work!

But you can simulate a press of the FullScreen Button.

In Delphi f.e. :

Code: Select all

procedure TForm1.BtnFullScreenClick(Sender: TObject); var tempo : OleVariant; begin //VLCPlugIn1.fullscreen //Doesn't work tempo := VLCPlugIn1.getVariable('key-fullscreen'); VLCPlugIn1.setVariable('key-pressed',tempo); end;
Cu Trucki

embed vlc in webpage and fullscreen with javascript

Posted: 21 Apr 2006 15:01
by MrExNice
<embed type="application/x-vlc-plugin"
name="video2" src="clips/torwart-cool%5B1%5D.mpeg"
autoplay="no" loop="no" hidden="no" height="319" width="607"></embed>


<a href="javascript:;" onclick='document.video2.fullscreen()'>fullscreen</a>

...need more javascript functions, (vlc mozilla plugin)

Posted: 25 Apr 2006 17:00
by Guest
....for a vod site for media students.

stop(), play(), and fullscreen() functions are easy :lol: , if somebody want I will post the code for it.

:idea:
My question is, does anybody know more functions for the vlc mozilla plugin? :?: [/b]

documentation for more javascript functions:

Posted: 27 Apr 2006 13:23
by MrExNice1979
documentation for more javascript functions: :)

http://www.videolan.org/doc/play-howto/ ... l#id293506

The functions work perfektly on my website, just try them out :!:


My question is: Does anybody know how to write a link in html, that a movie will directly open in the vlc player :?:

My solution until now: I just designed an own vlc player in html(with the vlc mozilla plugin and the javascript functions. But I want to have the oppurtunity to open a movie directly in the vlc player, which is installed on the each client.

Another question: Does anybody know, how to write a html, javascript code that the user can control the volume of the embeded player on the website?

Thanks and go on, I wil go on, too, and will post my solutions to support that great videolan project. :wink:

with kind regards