Question

Is there a way to test whether a device supports Flash, similar to the way http://www.modernizr.com can feature-detect browsers and add a class to the body?

Was it helpful?

Solution

The template files created by Flash or Flashbuilder etc. have javascript checks in place to verify the user has the correct flash player version installed, if not they are given the option to download the player. You can replace this download link with anything you want so it'll fall back on whatever you choose if there is no flash player present. Alternatively you can use the User-Agent HTTP Header to determine if they are using an iOS device and eliminate the possibility of them running flash entirely and then assume that if they have anything else they can install the flash player (yes I'm a bit bitter).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top