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