Page 1 of 1

2.2.0 Can't get plugin version

Posted: 30 Mar 2015 20:25
by antigreen
Hi.
I can't get access to VLC (2.2.0) plugin version using JS in Google Chrome or Opera.
I mean navigator.plugins["VLC Web Plugin"].version does not work.
Can you add version number to plugin description, how it was in prev versions?

navigator.plugins["VLC Web Plugin"] in GC/Opera:

Code: Select all

... mimetype... description: "VLC media player Web Plugin" filename: "npvlc.dll" length: 44 name: "VLC Web Plugin" ...
in Firefox:

Code: Select all

... mimetype... description: "VLC media player Web Plugin" filename: "npvlc.dll" length: 44 name: "VLC Web Plugin" version: "2.2.0.0" ...

Re: 2.2.0 Can't get plugin version

Posted: 08 Apr 2015 11:31
by Jean-Baptiste Kempf
It's the same dll, so no, we can't.