Steps to follow:
- Enable the setting in wp-admin > Settings > FV player > Setup > Load FV Flowplayer JS everywhere https://prnt.sc/10dmm1q
- Use this custom code: code in Customizer plugin or Child Theme.
Correction to above code :
add_action('wp_enqueue_scripts',function(){
?>
< script>
document.addEventListener('unit_loaded', function(){
setTimeout( fv_player_load, 10 );
});
< /script>