An open API service indexing awesome lists of open source software.

https://github.com/sofish/hasflashplayer.js

a snippet to detect whether a FlashPlayer is installed in browser.
https://github.com/sofish/hasflashplayer.js

Last synced: 3 months ago
JSON representation

a snippet to detect whether a FlashPlayer is installed in browser.

Awesome Lists containing this project

README

          

# hasFlashPlayer.js

a snippet to detect whether a FlashPlayer is installed in browser.

### usage:

```html

if(hasFlashPlayer) alert('You have FlashPlayer installed!');

```

### capability:

Tested under: IE >=6 / Firefox / Chrome / Opera / Safari.