Search found 12 matches

Go to advanced search

by ken
17 Mar 2006 17:52
Forum: Web and scripting
Topic: question : Firefox plugin
Replies: 4
Views: 4427

but i don' know how to find hidden="yes" that's in the html. <embed type="application/x-vlc-plugin" name="video2" autoplay="no" loop="no" hidden="yes" target="http://127.0.0.1:8080" /> did you do the about:plugins in your browser...
by ken
17 Mar 2006 06:03
Forum: Web and scripting
Topic: cross compile activex dll in windows
Replies: 4
Views: 5133

this How To: http://www.firstmiletv.nl/vlc/developers/howto.txt proved to be a far more complete how to than the one in the documentation wiki. I followed the how to install the mozilla plugin, and it builds the activeX component quite well - i did however strip out a lot of the optional features. I...
by ken
17 Mar 2006 05:44
Forum: Web and scripting
Topic: question : Firefox plugin
Replies: 4
Views: 4427

in your browser location enter about:plugins and look for the VLC plugin. there are a few "hybrid" plugins like the VLC-google video and annodex vlc plugin that arn't the full thing. If you don't see the plugin listed, check you installation. if you do - remove the hidden="yes" f...
by ken
13 Mar 2006 19:05
Forum: Web and scripting
Topic: auto installing vlc plugin for Mozilla/firefox
Replies: 15
Views: 14641

Just like activeX the embed tag for a plugin that's not found should cause an "additional plugin's are required to display content on this page - click here to install" if the codebase link is valid, you will either be told you need to add the domain to your "allow" list or the p...
by ken
10 Mar 2006 20:14
Forum: Web and scripting
Topic: auto installing vlc plugin for Mozilla/firefox
Replies: 15
Views: 14641

Re: auto installing vlc plugin for Mozilla/firefox

What about Firefox? Firefox on windows *can* use ActiveX controls. sure, however there's two major problems with that *can*, 1) we want a system that's simple to support, installing activeX into firefox, with the problems and conflicts that can happen is not something we want to support when users ...
by ken
08 Mar 2006 19:28
Forum: Web and scripting
Topic: auto installing vlc plugin for Mozilla/firefox
Replies: 15
Views: 14641

http://wiki.videolan.org/index.php/ActiveX read the bottom where it says "the ActiveX control can be automatically installed" That's new! thanks! however, the primary concern is firefox! i'm actually working on compiling this myself, but it's not exactly my specialy to so i'm stumbling in...
by ken
06 Mar 2006 20:53
Forum: Web and scripting
Topic: auto installing vlc plugin for Mozilla/firefox
Replies: 15
Views: 14641

thanks, but that's not what i'm looking for. your script seems to be loading in the activeX plugin or downloading the VLC from the vlc website. We need a version of VLC that is only the activeX component - or for Secure browsers - the mozilla plugin. If you are familiar with the nullsoft ampx contro...
by ken
02 Mar 2006 17:31
Forum: Web and scripting
Topic: auto installing vlc plugin for Mozilla/firefox
Replies: 15
Views: 14641

Re: reply

i think i did
any details? how to? links? would be helpful.
thanks
by ken
01 Mar 2006 01:53
Forum: Web and scripting
Topic: auto installing vlc plugin for Mozilla/firefox
Replies: 15
Views: 14641

auto installing vlc plugin for Mozilla/firefox

Hello, I am interested in being able to install the vlc player as a automatic standalone plugin for Mozilla, especially Firefox - I am especially interested in making this work for Windows, having OSX support would be ideal (Safari & Firefox) I'm willing to assist in development, I run multipe p...
by ken
01 Mar 2006 01:38
Forum: Web and scripting
Topic: Mozilla Plugin Acting Strange (may be Javascript Issues)
Replies: 4
Views: 3479

or place the embed command in a valid table, the DOM only allows table descriptor tags inside the table tag [CAPTION?, (COL*|COLGROUP*), THEAD?, TFOOT?, TBODY+]. you might want to fix the html and see if that helps. I wouldn't be surprised if Javascript can't find your embed tag in the DOM and as su...
by ken
01 Mar 2006 01:21
Forum: Web and scripting
Topic: Problem controlling embedded VLC in FF 1.5
Replies: 10
Views: 7768

works fine for me: Firefox 1.5.0.1 VLC 1.8.4a have you tried a different file or options? function pl_play(){ document.stream1.play(); } function pl_pause(){ document.stream1.pause(); } function pl_stop(){ document.stream1.stop(); } </script> </head> <body onload="init()"> <div id="no...
by ken
18 Feb 2006 04:26
Forum: General VLC media player Troubleshooting
Topic: mozilla plugin example
Replies: 4
Views: 1379

The variables defined in libvlc.c are known to work, I am unsure about other variables. thanks, however, that to me looks like the main VLC source code, with the functions that the Mozilla plugin actually calls, not the Variables that can be fed into var_Create, save a number of "drawable"...

Go to advanced search