fullscreen with activex

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
matrix
New Cone
New Cone
Posts: 4
Joined: 02 Feb 2006 22:38

fullscreen with activex

Postby matrix » 10 Feb 2006 02:38

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.

Trucki
Blank Cone
Blank Cone
Posts: 16
Joined: 04 Apr 2006 12:17

Postby Trucki » 09 Apr 2006 10:05

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

MrExNice

embed vlc in webpage and fullscreen with javascript

Postby MrExNice » 21 Apr 2006 15:01

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

Guest

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

Postby Guest » 25 Apr 2006 17:00

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

MrExNice1979
Blank Cone
Blank Cone
Posts: 46
Joined: 25 Apr 2006 14:11
Contact:

documentation for more javascript functions:

Postby MrExNice1979 » 27 Apr 2006 13:23

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


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 7 guests