I have downloaded SWFObject, and included it in my website. Now I want to simply get a true or false value based on whether or not Flash is install
true
false
if (swfobject.hasFlashPlayerVersion("9.0.18")) { // has Flash } else { // no Flash }
or replace "9.0.18" with the minimum version you require
"9.0.18"