Check if the browser supports Flash

Check if the browser supports Flash

alesnavalesnav Posts: 19Questions: 5Answers: 1
edited August 2013 in TableTools
Hello there!

I just created a pull request containing a little addition to TableTools.

I had several problems with mobiles devices which don't support Flash, because Flash buttons can't be loaded and this way they are shown with an error icon.

By adding a function to check if the browser is able to load Flash content or not, we will be able to transform every Flash button to disabled text buttons when loading them from a not Flash-capable browser.

Pull request: https://github.com/DataTables/TableTools/pull/31

Thanks to albertein for publishing this way to check Flash capabilities. See StackOverflow post: http://stackoverflow.com/questions/998245/how-can-i-detect-if-flash-is-installed-and-if-not-display-a-hidden-div-that-inf

Replies

  • alesnavalesnav Posts: 19Questions: 5Answers: 1
    Uh, sorry, wrong link to the pull request. Valid one:

    https://github.com/DataTables/TableTools/pull/32

    :)
This discussion has been closed.