Trying to trigger a certain function after the video has finished playing with no luck. e.g: ``` jQuery('.home-video-player').on("VPEnd",function(e){ jQuery('body').hide(); }); ```