flash-detect

A JavaScript library designed to simplify the process of detecting if the Adobe Flash Player is installed in a Web Browser.

Usage no npm install needed!

<script type="module">
  import flashDetect from 'https://cdn.skypack.dev/flash-detect';
</script>

README

FlashDetect

Detects the presence and version of the Shockwave Flash plugin.

FlashDetect = require('flash-detect');
console.log(new FlashDetect()); // FlashDetect {installed: true, raw: "Shockwave Flash 15.0 r0", major: 15, minor: 0, revision: -1...}

See more documentation and demo here: http://www.featureblend.com/javascript-flash-detection-library.html