javascript - How to programmatically get Flash version including build number -


i need programmatically detect version of flash installed in browser, using javascript.

i know swfobject.getflashplayerversion(), returns major.minor.release parts of flash version, , need build number (e.g. m.m.r.build) well.

there seems way @ build number in actionscript, need javascript, can pass value server.

any ideas?

i looking @ javascript flash detection library , appears return full version build number. need parse returned string. function flashdetect.raw appears function.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -