Detecção de plug-in Flash semelhante ao Modernizr

Coloque este código no topo do seu javascript:

if typeof navigator.plugins isnt "undefined" and
typeof navigator.plugins["Shockwave Flash"] is "object"
$
('html').addClass 'flash'
else
$
('html').addClass 'no-flash'

Ele irá adicionar uma flashclasse à tag html se o plugin flash estiver disponível ou de no-flashoutra forma