Compatibility with FV Flowplayer plugin

This is compatibility with FV flow player plugin : https://wordpress.org/plugins/fv-wordpress-flowplayer/

1. Enable Flowplayer scripts to lead everywhere. From WP  Admin – settings – FV Flowplayer – Integrations.

2. Go to WP Admin – WPLMS – Footer – Google analytics – Add this code (No Longer applies on latest FLV player)

<script>
jQuery(document).ready(function($){
  $('.unit_content').on('unit_traverse',function(){
    if($('.flowplayer').length){
       $('.flowplayer').each(function(){
        $(this).flowplayer();
       });
     }
  });
});
</script>

Video :