Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Disable Flash & Force HTML5


Is there a way to completely disable the Flash fallback on JW6? We want to force all video to be played with HTML5 and if possible display an image to the user if they can only support FLASH that they need to upgrade their browser.

1 Community Answers

Andrew

JW Player Support Agent  
0 rated :

You could potentially use a getRenderingMode() API call with JW6 to determine if a player is rendering in Flash.
Using this, you can then remove the player and replace the DIV content with a message telling people that HTML5 must be used.
Note that for JW7, this will need to be a getProvider() API call.

This question has received the maximum number of answers.