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.minor.release parts of the Flash version, and I need the build number (e.g. M.m.r.build) as well.
There seems to be a way to get at the build number in ActionScript, but I need to do this from Javascript, so I can pass the value back to the server.
Any ideas?