Search found 11 matches

Go to advanced search

by Yansky
19 Jul 2011 09:30
Forum: Web and scripting
Topic: vlc.addEventListener does not fire any event
Replies: 32
Views: 13018

Re: vlc.addEventListener does not fire any event

Are the event handlers still not implemented in the Mozilla version of the plugin?
by Yansky
19 Jun 2011 08:42
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Mozilla plugin version on Windows
Replies: 1
Views: 345

VLC Mozilla plugin version on Windows

Is the mozilla plugin that can be installed with the latest VLC compiled with the latest version source code, or is it stuck at version 1.0.5 like the OSX version?
by Yansky
12 Jun 2011 11:39
Forum: VLC media player for macOS Troubleshooting
Topic: Error compiling the VLC mozilla plugin on OSX
Replies: 0
Views: 518

Error compiling the VLC mozilla plugin on OSX

Hi, I'm trying to get the VLC mozilla plugin to work in Firefox 4 on OSX 10.6. I found that If I ran Firefox 4 in 32bit mode the 1.0.5 plugin loads and seems to work fairly well. So I figured I'd try to compile the plugin as a 64bit plugin. I successfully compiled the 1.1.10 vlc source as 64bit, but...
by Yansky
03 Jun 2011 11:38
Forum: VLC media player for macOS Troubleshooting
Topic: Successfully compiling VLC on OSX 10.6
Replies: 1
Views: 973

Successfully compiling VLC on OSX 10.6

Hi, I just thought I'd write a quick post describing my successful compile of VLC on OSX 10.6 in order to help others that may be having some problems and because the http://wiki.videolan.org/OSXCompile page is locked for edits. First and foremost, you should read the OSXCompile page thoroughly (rea...
by Yansky
12 Apr 2011 18:35
Forum: VLC media player for macOS Troubleshooting
Topic: Broken download link for 32/64-bit v1.1.9 package?
Replies: 7
Views: 725

Re: Broken download link for 32/64-bit v1.1.9 package?

We had to fix a last minute bug in this package. It will be available later today (a fixed version is currently on its way through the mirror servers at SourceForge). I just downloaded it from http://sourceforge.net/projects/vlc/files/1.1.9/macosx/vlc-1.1.9.dmg/download Is this the right one or hav...
by Yansky
29 Sep 2010 19:40
Forum: Web and scripting
Topic: Error Calling method on NPObject since version 1.1.0
Replies: 2
Views: 1938

Re: Error Calling method on NPObject since version 1.1.0

I don't think the event handlers are implemented in the plugin yet.
by Yansky
29 Sep 2010 04:57
Forum: Web and scripting
Topic: VLCFoxPlaya
Replies: 1
Views: 655

VLCFoxPlaya

https://addons.mozilla.org/en-US/firefox/addon/234315/ Play youtube videos with the Videolan plugin This addon is pretty alpha. I dunno if I'm going to finish it so I've posted here. You can take the code and use it if you want. My code in the addon is released under the http://en.wikipedia.org/wik...
by Yansky
24 Aug 2010 08:06
Forum: Web and scripting
Topic: input.position question
Replies: 1
Views: 819

input.position question

I'm having some trouble understanding one of the plugin API methods. Specifically input.position The docs say: vlc.input.position: normalized position in multimedia stream item given as a float value between [0.0 - 1.0] http://wiki.videolan.org/Documentation:WebPlugin#Input_object I had to look up t...
by Yansky
24 Aug 2010 04:07
Forum: Web and scripting
Topic: z-index for VLC plugin display window
Replies: 8
Views: 3575

Re: z-index for VLC plugin display window

It's possible that it may work in firefox, but not IE. Or Chrome.
You could be right, I only checked it in FF.
by Yansky
24 Aug 2010 03:11
Forum: Web and scripting
Topic: z-index for VLC plugin display window
Replies: 8
Views: 3575

Re: z-index for VLC plugin display window

The vlc plugin does not obey z-index. You cannot place anything over it.
It seems to work ok for me if I use a negative z-index to put it under some other element. Technically a z-index of less than 0 is actually behind the page layer, so perhaps that has something to do with it.
by Yansky
24 Aug 2010 02:34
Forum: Web and scripting
Topic: z-index for VLC plugin display window
Replies: 8
Views: 3575

Re: z-index for VLC plugin display window

Set the z-index of the vlc embed/object element to -1

Go to advanced search