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.
- Host: GitHub
- URL: https://github.com/sofish/hasflashplayer.js
- Owner: sofish
- Created: 2013-01-31T02:23:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-31T02:24:03.000Z (over 13 years ago)
- Last Synced: 2025-01-02T03:45:00.060Z (over 1 year ago)
- Language: JavaScript
- Size: 165 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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.