namouch / swfobject

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

Incorrect versio detection in Konqueror #600

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install last Flash Player (v.11.0.1.152)
2. Create page with following check:
swfobject.hasFlashPlayerVersion("10.2.0")
3. Open this page in Konqueror (v.4.7.2) - this check will fail, method returns 
false

What is the expected output? What do you see instead?
I'm expecting to pass this check, because docs sayes:
"Returns a Boolean to indicate whether or not a specific minimum version of the 
Flash plugin is installed."

What version of the product are you using? On what operating system?
Linux, x64. SWFObject 2.2.

Please provide any additional information below.
SWFObject for some reason detects flash version like 10.0.42.
But when I pright click on any flash I can see that I have 11.0.1.152. And
http://www.adobe.com/software/flash/about/
says:
"You have version 11,0,1,152 installed"

Original issue reported on code.google.com by madk...@gmail.com on 28 Oct 2011 at 7:26