-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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