Search found 5 matches

Go to advanced search

by ams.fwd
24 Aug 2010 21:02
Forum: Web and scripting
Topic: Styling the VLC Video Embed
Replies: 5
Views: 1792

Re: Styling the VLC Video Embed

I am not certain if you can overlay HTML on the embed in a cross-browser compatible way. I believe it has to do with how the embedded object renders the content. You could set the embed to a negative z-index in css and see if it works. I am quite certain it will not work on IE. Re: detecting vlc bei...
by ams.fwd
24 Aug 2010 20:52
Forum: Web and scripting
Topic: input.position question
Replies: 1
Views: 801

Re: input.position question

Normalized means that the value has been converted to within a set range. For e.g. if your video/stream is 10 mins long when its at the 1 min mark while playing the value would be 0.100000 as the position is normalized to 1 (i.e. the value will be between 0 and 1 and is calculated as current time/to...
by ams.fwd
24 Aug 2010 00:31
Forum: Web and scripting
Topic: vlc.playlist.items.remove problem
Replies: 0
Views: 583

vlc.playlist.items.remove problem

Hi All. I have an embedded player that works as follows: - add an item using vlc.playlist.add - save the id (which always seems to be zero-indexed and sequential) - allow user to remove any item by calling vlc.playlist.items.remove(id-which-was-saved) The problem I run into is that vlc.playlist.item...
by ams.fwd
20 Aug 2010 02:17
Forum: Web and scripting
Topic: Plugin on Firefox on Win/OSX cannot play https streams
Replies: 0
Views: 838

Plugin on Firefox on Win/OSX cannot play https streams

Hi. I just recently ran into this problem. I have an embedded player with all sorts of goodies. The problem I ran into is that the player cannot seem to play files on https domains. This is only a problem on windows and OSX. The same page on linux seems to work fine. To test: <html> <body> <embed ty...
by ams.fwd
11 Aug 2010 23:28
Forum: Web and scripting
Topic: javascript events not working
Replies: 0
Views: 401

javascript events not working

Hi All. I am trying to use the custom js events as described in the docs: http://wiki.videolan.org/Documentation:WebPlugin#Root_object However even though they are setup properly (the docs should mention that if the player is not playing anything and is in idle state with no MRL in its playlist, the...

Go to advanced search