Search found 2 matches

Go to advanced search

by fretless
13 Oct 2014 11:20
Forum: VLC media player for Windows Troubleshooting
Topic: Rincewind 2.1.5 64 bit does not install web plugin extension
Replies: 0
Views: 387

Rincewind 2.1.5 64 bit does not install web plugin extension

I downloaded the 2.1.5 exe for 64 bit. The installation works fine with the vlc player but it does not install the web plugin. The mozilla and active-x options were checked.
Likewise if I upgrade from 2.1.3 the web plugin is still 2.1.3.
Thanks
by fretless
07 Oct 2014 10:43
Forum: Web and scripting
Topic: Automatically recover from crashing web plugin
Replies: 5
Views: 1404

Re: Automatically recover from crashing web plugin

What about a javascript function like this?

function showVlcState(){
try {
if(vlc.input.state == 7)
{location.reload()}
else if(vlc.input.state == 3)
//
}
catch(err) {
location.reload();
}
}

Go to advanced search