I'm trying to determine if a browser that my content is being pushed to supports flash/silverlight. That way, if there is no support on the browser, I can interchange the flash/silverlight components with HTML/AJAX components.

link|improve this question
feedback

2 Answers

This is probably going to depend upon exactly what you're doing. Whatever method you're using to embed the Flash or Silverlight probably already provides a way to do this. For example, here's an article on how SWFObject handles this.

link|improve this answer
feedback

I recommend the jQuery browser plugin detection plugin.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.