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 -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -