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 You use jQuery SWFObject you could use:
if (!$.flash.hasVersion('9')) { //has Flash } else { //no_flash }