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 flash
classe à tag html se o plugin flash estiver disponível ou de no-flash
outra forma