I am currently deploying a video platform. Videos are currently listed with the JWPlayer's plugin integration. I would like to set by default the <video>
html5 tag, only if the guest's web browser supports it. How can I do to check if the .flv (encoded video format) is supported by the <video>
tag of the guest's web browser ?
Should I implement a javascript function ?