How To Programmatically Get Flash Version Including Build Number
I need to programmatically detect the version of Flash installed in the browser, using Javascript. I know about swfobject.getFlashPlayerVersion(), but it only returns the major.min
Solution 1:
I was looking at the JavaScript Flash Detection Library and it appears to return the full version with build number. You would just need to parse the returned string.
Function FlashDetect.raw
appears to be the function.
Post a Comment for "How To Programmatically Get Flash Version Including Build Number"