IndiePaivaGame / swfobject

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

Flash version 9.0.124 is detected as 9.0.19 in Safari #178

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
- var playerVersion = swfobject.getFlashPlayerVersion();
- alert(playerVersion.major + "." + playerVersion.minor + "." +
playerVersion.release); 

What is the expected output? What do you see instead?
- Should show 9.0.124, but shows 9.0.19

What version of the product are you using? On what operating system?
- Safari 3.1.2 Flash player v. 9.0.124
- Mac OS X 10.4.11

Please provide any additional information below.
on Firefox the number release number shows correct.
Also by using Safari the page
http://www.macromedia.com/software/flash/about/ shows the correct version.

Original issue reported on code.google.com by jarkko%s...@gtempaccount.com on 26 Sep 2008 at 8:12

GoogleCodeExporter commented 9 years ago
SWFObject v2.1

Original comment by jarkko%s...@gtempaccount.com on 26 Sep 2008 at 8:37

GoogleCodeExporter commented 9 years ago
This is due to a corrupt installer. Please uninstall your Flash Player using the
official Adobe uninstaller [ http://www.adobe.com/go/tn_14157 ] and reinstall 
the
plug-in [ http://www.adobe.com/go/getflashplayer ]. 

For more info see FAQ Q3: http://code.google.com/p/swfobject/wiki/faq

Original comment by bobbyvandersluis on 26 Sep 2008 at 9:08

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thank you. This exact scenario is not yet documented in the FAQ (9.0.124 and 
Safari).

The solution to this problem could be to detect the major version only with
Javascript and then check the release version inside Flash and launch the 
Express
Installer from there if necessary.

Original comment by jarkko%s...@gtempaccount.com on 26 Sep 2008 at 9:49