kaijajan / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

IE11 plugin detection fails #675

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to detect player version in IE11 returns array of zeroes.

Please provide any additional information below.
The ua method will no longer identify the existence of an ActiveX plugin for 
Internet Explorer going forward. The ActiveXObject is not a property of the 
window object in IE11.

Please reference this MSDN article and update code:

http://msdn.microsoft.com/en-us/library/ie/dn423948%28v=vs.85%29.aspx

Thanks!

Original issue reported on code.google.com by cjdal...@gmail.com on 5 Jan 2014 at 9:10

GoogleCodeExporter commented 9 years ago
It seems flash player 11.7 or lower dosen't return version,
11.8 or higher returns thier version by getFlashPlayerVersion()

11.8 or higher may be installed as a "pluggin" or something  so thiere is 
mimeTypes object,I supporse

Original comment by norb....@gmail.com on 14 Jan 2014 at 2:27

GoogleCodeExporter commented 9 years ago
Installed v11.9 (previously had 11.6) and confirmed that it shows up in 
navigator.plugins. Issue withdrawn.

Original comment by cjdal...@gmail.com on 15 Jan 2014 at 1:45