
How to identify that player is Flash or HTML5 player?
I used following solution to embed HTML5 player in my JavaScript program.
This one is supposed to play in flash mode: www.streaming.co.uk/sam/JWplayer_prototype/Captions_Flash_srt.htm
This one is supposed to work in html5 mode: www.streaming.co.uk/sam/JWplayer_prototype/Captions_html5_srt.htm
Now if I right click on video I can see one of them shows About JW Player link and Flash version, but other one with html5 priority only shows About JW Player link and does not show Flash version.
So how do I identify that if second link given is actually playing video in HTML5 player?