Re: plugin update problem
Georg Fritzsche <[email protected]> Fri, 6 Sep 2013 15:52:03 +0200
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Message-ID | <[email protected]> |
On Sep 6, 2013, at 7:41 AM, [email protected] wrote: > problem in renaming is there will be 2 version of same plugin, so next when website is launched it will load both the plugin since we are using object tag and specified mime type there which is common to both plugin.Please suggest me on this. While both will be in navigator.plugins, you can check their version property. When actually using them in the page only one will be loaded - the one with the higher version number. Georg