Skip to content

Instantly share code, notes, and snippets.

@a-v-k
Forked from getify/gist:675496
Last active December 18, 2015 14:29
Show Gist options
  • Save a-v-k/5797507 to your computer and use it in GitHub Desktop.
Save a-v-k/5797507 to your computer and use it in GitHub Desktop.
var _flash_installed = ((typeof navigator.plugins != "undefined" && typeof navigator.plugins["Shockwave Flash"] == "object")
|| ((typeof window.ActiveXObject != 'undefined') && (new ActiveXObject("ShockwaveFlash.ShockwaveFlash")) != false));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment