Skip to content

Instantly share code, notes, and snippets.

@richtaur
Created February 16, 2011 18:25
Show Gist options
  • Save richtaur/829862 to your computer and use it in GitHub Desktop.
Save richtaur/829862 to your computer and use it in GitHub Desktop.
Might detect flash, I think maybe perhaps.
if (navigator.plugins["Shockwave Flash"] === undefined) {
// No flash, could do like
location.href = "index_no_flash.html";
} else {
// Flash is a go!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment