Search found 3 matches

Go to advanced search

by sanjayb
13 Feb 2008 14:11
Forum: Web and scripting
Topic: Automatic Resize of embebbed VLC...
Replies: 7
Views: 6543

Re: Automatic Resize of embebbed VLC...

I have tested resizing the embed object and it seems to work - so you could add a function to window.onresize and change the width and height of the embed player accordingly. best of luck.
(i think the params you'd need are window.innerHeight and window.innerWidth , but you might need to look it up)
by sanjayb
27 Jan 2008 14:14
Forum: Web and scripting
Topic: VLC plugin demo
Replies: 5
Views: 2700

Re: VLC plugin demo

To add another demo ... following is a street art project we did using the VLC plugin - using a touch-screen interface, people could click on locations and see videos (displayed full-screen on a second monitor) - it was an offline app., but used Firefox + VLC - documentation is here: http://www.camp...
by sanjayb
27 Jan 2008 14:07
Forum: Web and scripting
Topic: Mozilla key events getting lost when player has focus
Replies: 5
Views: 2319

Re: Mozilla key events getting lost when player has focus

Hi, My problem is exactly the same - I have a page which uses the VLC player for people to annotate video. There are various Javascript keyboard shortcuts, to mark in points, out points, etc. All works well, except if the mouse is over the VLC player, when the VLC keyboard shortcuts take over (m for...

Go to advanced search